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 pitrou
Recipients ezio.melotti, michael.foord, pitrou
Date 2013-09-13.19:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379101751.33.0.506221476811.issue19013@psf.upfronthosting.co.za>
In-reply-to
Content
Nothing happens when you try to execute it on the command line:

$ ./python -m unittest.test
/home/antoine/cpython/default/python: No module named unittest.test.__main__; 'unittest.test' is a package and cannot be directly executed
$ ./python -m unittest.test.test_case
$
History
Date User Action Args
2013-09-13 19:49:11pitrousetrecipients: + pitrou, ezio.melotti, michael.foord
2013-09-13 19:49:11pitrousetmessageid: <1379101751.33.0.506221476811.issue19013@psf.upfronthosting.co.za>
2013-09-13 19:49:11pitroulinkissue19013 messages
2013-09-13 19:49:11pitroucreate