-
Notifications
You must be signed in to change notification settings - Fork 148
type annotate plugin tests #593
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #593 +/- ##
==========================================
+ Coverage 79.05% 79.10% +0.04%
==========================================
Files 13 13
Lines 2053 2053
Branches 293 293
==========================================
+ Hits 1623 1624 +1
+ Misses 322 321 -1
Partials 108 108
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for removing the duplicate code! This is awesome.
Would love to know why tox was unable to run pre-commit or work - What was the error? can you open an issue? |
Thanks for the merge! Hope I can help out more in future.
It was due to something broken in my local environment which I wasn't able to track down. I blew away my local pip and pre-commit caches and it worked again though. Not sure there's enough info there for a bug report unfortunately! |
this finishes-off the test annotations and closes #15! I also refactored-out the
mock_config
function that was duplicated in a few places -- hope that's ok.I was having trouble running pre-commit through tox locally, so ended up missing black & flake8 in my commits until the end -- you may want to squash-merge.