-
Notifications
You must be signed in to change notification settings - Fork 314
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
2.0 #474
base: 2.0
Are you sure you want to change the base?
2.0 #474
Conversation
@sfermigier, can you explain how does it fix tests? To me it looks like you are commenting Test Suites, or is there something I'm missing? Anyways it's cool to see someone is still contributing to this project. |
In commit 6af2aa9 I'm getting rid of the This fixes the two errors that were reported before this commit, due to non-existing test cases (
Also: before this commit:
After this commit:
in other words, we have 110 non-skipped tests in both cases. |
Ok makes sense, also I forgot you branched from 2.0. Thank you @sfermigier. |
- Add type hints generated by MonkeyType (some tweaks are still needed). - Fix some flake8 warnings (including a few real issues) - Remove some useless imports / sort imports
Fix tests, add tox config, modernise code (py 3.6 only).