html-to-markdown icon indicating copy to clipboard operation
html-to-markdown copied to clipboard

More Tests

Open JohannesKaufmann opened this issue 6 years ago • 1 comments

  • [x] Test ConvertX methods
  • [x] Test the outside api
  • [ ] Test more plugins (e.g. Table)
  • [ ] Test Edge Cases (for example from turndown)
  • [ ] Test escape
  • [x] Add Test Coverage Badge

JohannesKaufmann avatar May 27 '18 11:05 JohannesKaufmann

I should really add tests for the plugins. Right now I don't have any real-world cases of converting tables for example (see #8).

Unfortunately, I can't add the test cases to from_test.go and import from the plugin packages as that would be a circular dependency 🤷‍♂️

JohannesKaufmann avatar Mar 23 '20 20:03 JohannesKaufmann