Thanks to visit codestin.com Credit goes to github.com
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 74613a4 commit 2abbd8fCopy full SHA for 2abbd8f
1 file changed
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