[New-bugs-announce] [issue19013] unittest's own test suite is not CLI-friendly

Antoine Pitrou report at bugs.python.org
Fri Sep 13 21:49:11 CEST 2013


New submission from Antoine Pitrou:

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
$

----------
components: Library (Lib), Tests
messages: 197634
nosy: ezio.melotti, michael.foord, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: unittest's own test suite is not CLI-friendly
type: enhancement
versions: Python 3.4

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


More information about the New-bugs-announce mailing list