Skip to content

Commit 5e581d6

Browse files
Merge pull request #2 from kgashok/master
Updated links for pytest, nose and unittest
2 parents 4e1d629 + 9619356 commit 5e581d6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PythonTopics
44

55
Presentations/notes on various Python topics
66

7-
Included in the repo are assorted notes and presentationa about selected Python topics.
7+
Included in the repo are assorted notes and presentations about selected Python topics.
88

99
A rendered version is available on gitHub pages at:
1010

Sources/source/where_to_put_tests.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Test system recommendations
1818

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

21-
I need to add links for ``nose`` and ``unittest`` ... PR's accepted!
21+
For ``nose``, read https://nose.readthedocs.io/en/latest/finding_tests.html
22+
23+
and for ``unittest`` read https://docs.python.org/3/library/unittest.html#test-discovery .
2224

2325

2426
Two Options

0 commit comments

Comments
 (0)