-
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] move tests from test_lca
into test_lca_functions
#1035
Conversation
@erikyoung85 could you review this PR when you have time?
thanks! |
Codecov Report
@@ Coverage Diff @@
## master #1035 +/- ##
==========================================
+ Coverage 83.30% 92.42% +9.12%
==========================================
Files 97 72 -25
Lines 8749 5454 -3295
==========================================
- Hits 7288 5041 -2247
+ Misses 1461 413 -1048
Continue to review full report at Codecov.
|
Hey Titus, I'm curious if there is any easy way to know if a function is a command-line test or not |
if it uses the in this case there's a bunch of LCA_Database tests that I left in, so it's not a clean division into command-line and not, so maybe that part of the review would be silly. 🤷♂️ |
@erikyoung85 any comments? or does everything look ok? |
test_lca
into test_lca_functions
test_lca
into test_lca_functions
Looks good to me! So sorry for how long this took especially since I was away from Sourmash all of yesterday and missed your comment. I'm guessing I should leave a review? |
thanks! |
#1022 added a new test file,
test_lca_functions.py
. This PR moves non-command-line tests fromtest_lca.py
intotest_lca_functions.py
, and also removes unused imports.make test
Did it pass the tests?make coverage
Is the new code covered?without a major version increment. Changing file formats also requires a
major version number increment.
changes were made?