- Notifications
You must be signed in to change notification settings - Fork674
fix: undefined name errors#1322
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Discovered that there were some undefined names.
codecov-io commentedFeb 23, 2021
Codecov Report
@@ Coverage Diff @@## master #1322 +/- ##======================================= Coverage 80.25% 80.25% ======================================= Files 71 71 Lines 3738 3738 ======================================= Hits 3000 3000 Misses 738 738
Flags with carried forward coverage won't be shown.Click here to find out more.
Continue to review full report at Codecov.
|
nejch left a comment
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.
Wow thanks, really need more test coverage for this.
Some of this must have just worked before some of the refactoring because of those blanket imports. Or no one ever noticed 🤔
JohnVillalovos commentedFeb 24, 2021
I ran flake8 locally after doing the patch to remove the 'import *' lines. And found these missing names. |
Discovered that there were some undefined names.