8000 Fixes #717: Example for Running a single test case fails (#718) · python/devguide@96dedbd · GitHub
[go: up one dir, main page]

Skip to content

Commit 96dedbd

Browse files
authored
Fixes #717: Example for Running a single test case fails (#718)
The class seems to be reloaded using a different name at the bottom of `https://github.com/python/cpython/blob/main/Lib/test/test_abc.py`
1 parent b83b7a7 commit 96dedbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ verbose mode (using ``-v``), so that individual failures are detailed::
4848
To run a single test case, use the ``unittest`` module, providing the import
4949
path to the test case::
5050

51-
./python -m unittest -v test.test_abc.TestABC
51+
./python -m unittest -v test.test_abc.TestABC_Py
5252

5353
If you have a multi-core or multi-CPU machine, you can enable parallel testing
5454
using several Python processes so as to speed up things::

0 commit comments

Comments
 (0)
0