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

Add unit tests to the project #5

Merged
merged 15 commits into from
May 27, 2024
Merged

Add unit tests to the project #5

merged 15 commits into from
May 27, 2024

Conversation

eriknovak
Copy link
Owner

Adds unit tests to different components of the package. It includes:

  • Entity definition
  • Language detector
  • Strategies
  • Extractors
  • Generators

It also includes some bug fixes identified with unit tests.


Closes: #1

@eriknovak eriknovak added the enhancement New feature or request label May 27, 2024
@eriknovak eriknovak self-assigned this May 27, 2024
eriknovak added 2 commits May 27, 2024 21:11
The current implementation is unable to work with the Python v3.12 (gensim)
For some reason, the extraction models perform differently than for other versions
@eriknovak eriknovak merged commit ff0aaea into main May 27, 2024
3 checks passed
@eriknovak eriknovak deleted the tests branch May 27, 2024 20:08
@eriknovak eriknovak added bug Something isn't working enhancement New feature or request and removed enhancement New feature or request bug Something isn't working labels May 29, 2024
eriknovak added a commit that referenced this pull request Dec 10, 2024
regex.py updated with the date regexes for other languages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement unit tests
1 participant