[issue8303] python -m unittest -h and python -m unittest discover -h message slightly incorrect

Michael Foord report at bugs.python.org
Sat Apr 3 16:54:13 CEST 2010


New submission from Michael Foord <michael at voidspace.org.uk>:

The usage messages for unittest from the command line are slightly incorrect.

They show: "Usage: unittest [options]" when it should be "Usage: python -m unittest [options]" (or even "python -m unittest discover").

----------
assignee: michael.foord
messages: 102267
nosy: michael.foord
severity: normal
status: open
title: python -m unittest -h and python -m unittest discover -h message slightly incorrect
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8303>
_______________________________________


More information about the Python-bugs-list mailing list