-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fixed misses in helpers #1521
Fixed misses in helpers #1521
Conversation
Current coverage is 98.94% (diff: 100%)@@ master #1521 diff @@
==========================================
Files 30 30
Lines 6990 6984 -6
Methods 0 0
Messages 0 0
Branches 1163 1162 -1
==========================================
- Hits 6912 6910 -2
+ Misses 39 35 -4
Partials 39 39
|
i don't think it worth to create new module just for import checks. |
So, Check loop can be safely removed. I see. |
Ok, then check_loop has now been removed completely since it is not getting used anyway so yeah. |
I leave this PR to @asvetlov |
This commit fixes all 4 of the misses in this file.
Looks like I just had to monkey patch 1 of the tests as sometimes it would fail at |
I've dropped |
This commit fixes all 4 of the misses in helpers.py.
What do these changes do?
Fix the Misses in helpers.py
Are there changes in behavior for the user?
No changes in behavior at all.
Related issue number
None
Checklist