This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients docs@python, mdk, methane
Date 2021-04-27.12:21:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619526068.5.0.0964164100817.issue43954@roundup.psfhosted.org>
In-reply-to
Content
In https://docs.python.org/3/library/unittest.html I see:

> Note that you need to the top level directory too.

Trying to guess, the missing word may be "specify":

> Changed in version 3.4: Test discovery supports namespace packages for start directory. Note that you need to specify the top level directory too. (e.g. python -m unittest discover -s root/namespace -t root).

Am I right?
History
Date User Action Args
2021-04-27 12:21:08mdksetrecipients: + mdk, methane, docs@python
2021-04-27 12:21:08mdksetmessageid: <1619526068.5.0.0964164100817.issue43954@roundup.psfhosted.org>
2021-04-27 12:21:08mdklinkissue43954 messages
2021-04-27 12:21:07mdkcreate