-
Notifications
You must be signed in to change notification settings - Fork 80
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
[MRG] cleanup and commenting of test_index.py
tests.
#1898
Conversation
…o add/manifestindex
test_index.py
tests.test_index.py
tests.
Codecov Report
@@ Coverage Diff @@
## latest #1898 +/- ##
==========================================
+ Coverage 82.83% 90.73% +7.89%
==========================================
Files 122 92 -30
Lines 13257 9052 -4205
Branches 1789 1789
==========================================
- Hits 10981 8213 -2768
+ Misses 2013 576 -1437
Partials 263 263
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
😮 you're using pyflakes?!?!? |
…o add/manifestindex
yes... is that surprising? or bad? |
it's great, means that we might finally uncomment (or at least run these things more frequently and reduce the mountain of warnings 🙈 ) |
sure - I can make that an issue. It'd be good to do it systematically across the code base; in the tests I have more tolerance for unused variables, but even there flakes found a number of shadowed tests - see #1863. |
test_index.py
tests.test_index.py
tests.
…o cleanup/index
Note: PR into #1891. Review & merge after that one.
This PR does some cleanup and commenting on
tests/test_index.py
, as well as pyflakes-based cleaning ofsrc/sourmash/index/__init__.py
.This is a pure commenting-and-docstring PR, no code changes.