-
Notifications
You must be signed in to change notification settings - Fork 5
[Major] No testing #8
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
Comments
Agreed, this is a major issue. |
Thanks for the suggestions! To address this, we have now added tests (#17). The test modules include:
|
I ran the tests locally and measured a test coverage of 54% (using Ideally, you would want to run these tests across OS platforms and Python versions (e.g. using GitHub's CI features), but I'm fine with you adding those later. |
I think this is a great start for testing, enough to at least check out basic functioning is someone wants to contribute to the project. Agreed that multiple platforms can come later, I'll close this for now! |
The repo currently has no test modules, which is a major flow and would be highly recommended for deploying reliable and maintainable code.
Would you consider add testing modules to the codebase, and integrate a testing workflow using GitHub Actions?
The text was updated successfully, but these errors were encountered: