Message 182839 - Python tracker (original) (raw)

Message182839

Author chris.jerdonek
Recipients chris.jerdonek, docs@python, ezio.melotti, michael.foord
Date 2013-02-24.00:14:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1361664894.83.0.085559336561.issue17282@psf.upfronthosting.co.za
In-reply-to
Content
This issue is to document the defaultTest parameter to unittest.main(): http://docs.python.org/dev/library/unittest.html#unittest.main Note that it is not enough simply to say that *defaultTest* is a "default test name or iterable of test names." The documentation should also say when *defaultTest* is used based on the value of the *module* and *argv* arguments, etc. This issue is an offshoot of issue 15132.
History
Date User Action Args
2013-02-24 00:14:54 chris.jerdonek set recipients: + chris.jerdonek, ezio.melotti, michael.foord, docs@python
2013-02-24 00:14:54 chris.jerdonek set messageid: 1361664894.83.0.085559336561.issue17282@psf.upfronthosting.co.za
2013-02-24 00:14:54 chris.jerdonek link issue17282 messages
2013-02-24 00:14:54 chris.jerdonek create