[issue11819] '-m unittest' should not pretend it works on Python 2.5/2.6

anatoly techtonik report at bugs.python.org
Fri Apr 15 12:25:02 CEST 2011


anatoly techtonik <techtonik at gmail.com> added the comment:

#6514 is to make `-m unittest` work run on 2.5/2.6.

This bug is not to fix it, but to stop displaying confusing messages. It will be enough to exit with a message like:

  "`-m unittest` call is not supported in Python 2.5/2.6 - use something else (nose?) instead"

----------
status: closed -> open
title: 'unittest -m' should not pretend it works on Python 2.5/2.6 -> '-m unittest' should not pretend it works on Python 2.5/2.6

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


More information about the Python-bugs-list mailing list