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 chris.jerdonek
Recipients chris.jerdonek, docs@python, ezio.melotti, michael.foord
Date 2013-02-14.06:47:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360824428.74.0.80014311732.issue17203@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, unittest's discovery command-line documentation:

http://docs.python.org/dev/library/unittest.html#test-discovery

does not include the long option names (--start-directory, --pattern, and --top-level-directory):

http://hg.python.org/cpython/file/0f827775f7b7/Lib/unittest/main.py#l215

This issue is to add those.
History
Date User Action Args
2013-02-14 06:47:08chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, michael.foord, docs@python
2013-02-14 06:47:08chris.jerdoneksetmessageid: <1360824428.74.0.80014311732.issue17203@psf.upfronthosting.co.za>
2013-02-14 06:47:08chris.jerdoneklinkissue17203 messages
2013-02-14 06:47:08chris.jerdonekcreate