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-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:54chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, michael.foord, docs@python
2013-02-24 00:14:54chris.jerdoneksetmessageid: <1361664894.83.0.085559336561.issue17282@psf.upfronthosting.co.za>
2013-02-24 00:14:54chris.jerdoneklinkissue17282 messages
2013-02-24 00:14:54chris.jerdonekcreate