[New-bugs-announce] [issue22812] Documentation of unittest -p usage wrong on windows.

Robert Collins report at bugs.python.org
Fri Nov 7 11:00:09 CET 2014


New submission from Robert Collins:

>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.

----------
assignee: docs at python
components: Documentation
messages: 230777
nosy: docs at python, rbcollins
priority: normal
severity: normal
status: open
title: Documentation of unittest -p usage wrong on windows.
versions: Python 3.5

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


More information about the New-bugs-announce mailing list