We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The unit test coverage of the library should be increased.
Acceptance criteria Files in vipster/, but not vipster/plugins should have an average test coverage of 90%.
vipster/
vipster/plugins
Notes Structure of tests in tests/unit_tests should mirror structure of library sources. Create a new test file per class or function unit.
tests/unit_tests
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The unit test coverage of the library should be increased.
Acceptance criteria
Files in
vipster/
, but notvipster/plugins
should have an average test coverage of 90%.Notes
Structure of tests in
tests/unit_tests
should mirror structure of library sources.Create a new test file per class or function unit.
The text was updated successfully, but these errors were encountered: