File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PythonTopics
4
4
5
5
Presentations/notes on various Python topics
6
6
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.
8
8
9
9
A rendered version is available on gitHub pages at:
10
10
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ Test system recommendations
18
18
19
19
https://docs.pytest.org/en/stable/goodpractices.html
20
20
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 .
22
24
23
25
24
26
Two Options
You can’t perform that action at this time.
0 commit comments