Skip to content

Updated links for pytest, nose and unittest #2

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

Merged
merged 4 commits into from
Aug 24, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update where_to_put_tests.rst
Added links for relevant links for nose and unittest
  • Loading branch information
kgashok authored Aug 24, 2020
commit 9619356df495cc1133b4dd5c083518c729291deb
4 changes: 3 additions & 1 deletion Sources/source/where_to_put_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Test system recommendations

https://docs.pytest.org/en/stable/goodpractices.html

I need to add links for ``nose`` and ``unittest`` ... PR's accepted!
For ``nose``, read https://nose.readthedocs.io/en/latest/finding_tests.html

and for ``unittest`` read https://docs.python.org/3/library/unittest.html#test-discovery .


Two Options
Expand Down