Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more unit tests #16

Merged
merged 38 commits into from
Jun 26, 2024
Merged

more unit tests #16

merged 38 commits into from
Jun 26, 2024

Conversation

lukavdplas
Copy link
Contributor

@lukavdplas lukavdplas commented Apr 24, 2024

Improves test coverage:

  • The CSV reader in unit tests is now the same one used in the documentation, which was a bit more elaborate than the existing test. It's also a good assurance that the example in the documentation actually functions as described.
  • Added unit tests for various options in the XML extractor. Close Add unit tests for XML extraction #7
  • Added unit tests for all the generic extractors (Choice, Backup, Combined, etc); close Unit tests for meta-extractors #13
  • Removed the (non-functioning) test based on the Times corpus.

@lukavdplas lukavdplas requested a review from BeritJanssen April 24, 2024 13:13
@lukavdplas lukavdplas requested review from Meesch and removed request for BeritJanssen May 15, 2024 14:08
@lukavdplas lukavdplas merged commit 57a2d32 into develop Jun 26, 2024
8 checks passed
@lukavdplas lukavdplas deleted the feature/expand-unit-tests branch June 26, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unit tests for meta-extractors Add unit tests for XML extraction
1 participant