We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e1d629 + 9619356 commit 5e581d6Copy full SHA for 5e581d6
2 files changed
README.rst
@@ -4,7 +4,7 @@ PythonTopics
4
5
Presentations/notes on various Python topics
6
7
-Included in the repo are assorted notes and presentationa about selected Python topics.
+Included in the repo are assorted notes and presentations about selected Python topics.
8
9
A rendered version is available on gitHub pages at:
10
Sources/source/where_to_put_tests.rst
@@ -18,7 +18,9 @@ Test system recommendations
18
19
https://docs.pytest.org/en/stable/goodpractices.html
20
21
-I need to add links for ``nose`` and ``unittest`` ... PR's accepted!
+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 .
24
25
26
Two Options
0 commit comments