mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
bpo-43954: Fix a missing word in the unittest docs (GH-25672)
(cherry picked from commit 2abbd8f2ad
)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This commit is contained in:
parent
3eaa6f9d18
commit
a92d738763
1 changed files with 3 additions and 2 deletions
|
@ -331,8 +331,9 @@ the `load_tests protocol`_.
|
|||
|
||||
.. versionchanged:: 3.4
|
||||
Test discovery supports :term:`namespace packages <namespace package>`
|
||||
for start directory. Note that you need to the top level directory too.
|
||||
(e.g. ``python -m unittest discover -s root/namespace -t root``).
|
||||
for the start directory. Note that you need to specify the top level
|
||||
directory too (e.g.
|
||||
``python -m unittest discover -s root/namespace -t root``).
|
||||
|
||||
|
||||
.. _organizing-tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue