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 Ilya Kazakevich
Recipients Ilya Kazakevich, docs@python
Date 2017-04-15.20:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492289385.37.0.918058800689.issue30078@psf.upfronthosting.co.za>
In-reply-to
Content
In Py3 it is possible to run test filelike 
"python -m unittest tests/test_something.py" (it is *not* possible in Py2!)
Here is doc: https://docs.python.org/3/library/unittest.html

But "--help" seems to be simply copied from Py2 because it does not have information nor examples about such execution. 

Please add it to "examples" section at least because this type of usage is very useful.
History
Date User Action Args
2017-04-15 20:49:45Ilya Kazakevichsetrecipients: + Ilya Kazakevich, docs@python
2017-04-15 20:49:45Ilya Kazakevichsetmessageid: <1492289385.37.0.918058800689.issue30078@psf.upfronthosting.co.za>
2017-04-15 20:49:45Ilya Kazakevichlinkissue30078 messages
2017-04-15 20:49:45Ilya Kazakevichcreate