We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eaa6f9 commit a92d738Copy full SHA for a92d738
Doc/library/unittest.rst
@@ -331,8 +331,9 @@ the `load_tests protocol`_.
331
332
.. versionchanged:: 3.4
333
Test discovery supports :term:`namespace packages <namespace package>`
334
- for start directory. Note that you need to the top level directory too.
335
- (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.
336
+ ``python -m unittest discover -s root/namespace -t root``).
337
338
339
.. _organizing-tests:
0 commit comments