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 Axel
Recipients Axel, docs@python
Date 2016-03-30.11:19:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459336751.45.0.914074281653.issue26672@psf.upfronthosting.co.za>
In-reply-to
Content
Relevant page:

    https://docs.python.org/2/library/test.html

One may read (section 25.5.2):

    Specifying all as the value for the -u option enables all
    possible resources: python -m test -uall.

I guess this should be:

    Specifying all as the value for the -u option enables all
    possible resources: python -m test.regrtest -uall.

HTH,
Axel
History
Date User Action Args
2016-03-30 11:19:11Axelsetrecipients: + Axel, docs@python
2016-03-30 11:19:11Axelsetmessageid: <1459336751.45.0.914074281653.issue26672@psf.upfronthosting.co.za>
2016-03-30 11:19:11Axellinkissue26672 messages
2016-03-30 11:19:11Axelcreate