Uh oh!
There was an error while loading. Please reload this page.
added documentation for running specific tests - #561
Conversation
mfeurer
commented
Oct 6, 2018
Hey, this is really useful, thanks a lot. Could you please extend this a bit by giving advice how to run all unit tests for a module, and also use a unit test which is already inside develop and which will most likely also stay there (for example something testing datasets/functions.py)? |
mfeurer
commented
Nov 9, 2018
Hey, I think that my previous comment still applies and it would be great to have this additional information before merging this pull request. |
codecov-io
commented
Feb 12, 2019
Codecov Report
@@ Coverage Diff @@## develop #561 +/- ##
===========================================
- Coverage 89.9% 89.87% -0.04%
===========================================
Files 32 32 Lines 3031 3031 ===========================================
- Hits 2725 2724 -1 - Misses 306 307 +1
Continue to review full report at Codecov.
|
What does this PR implement/fix? Explain your changes.
Adds documentation about running specific unit tests. I found this very useful and didn't know this beforehand.