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
Fix the unit test and flake8 errors. This PR is a dependecy of PR #57 .
The flake8 errors are generated by
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
Running the failed unit tests
python -m unittest discover -s tests
The text was updated successfully, but these errors were encountered:
WIP - Missing unit tests for:
Sorry, something went wrong.
No branches or pull requests
Description
Fix the unit test and flake8 errors.
This PR is a dependecy of PR #57 .
The flake8 errors are generated by
Running the failed unit tests
The text was updated successfully, but these errors were encountered: