-
-
Notifications
You must be signed in to change notification settings - Fork 211
added documentation for running specific tests #561
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
Conversation
|
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)? |
|
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 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.
|
mfeurer
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.
Amazing, thanks a lot!
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.