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 rbcollins
Recipients docs@python, rbcollins
Date 2014-11-07.10:00:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415354409.44.0.0207378794997.issue22812@psf.upfronthosting.co.za>
In-reply-to
Content
From https://code.google.com/p/unittest-ext/issues/detail?id=13

The following is incorrect on Windows:

    python -m unittest discover -p '*.py'

It should be without the single quotes around the .py:

    python -m unittest discover -p *.py

This needs to be documented.
History
Date User Action Args
2014-11-07 10:00:09rbcollinssetrecipients: + rbcollins, docs@python
2014-11-07 10:00:09rbcollinssetmessageid: <1415354409.44.0.0207378794997.issue22812@psf.upfronthosting.co.za>
2014-11-07 10:00:09rbcollinslinkissue22812 messages
2014-11-07 10:00:09rbcollinscreate