[docs] [issue22812] Documentation of unittest -p usage wrong on windows.

Pam McA'Nulty report at bugs.python.org
Mon Apr 13 19:51:21 CEST 2015


Pam McA'Nulty added the comment:

Remove quotes from quoted patterns only on windows systems (since if the quotes get parsed into the pattern field on a non-windows system, one should respect the user's command line efforts).

Test uses unittest.mock.patch to test "windows" path.

----------
keywords: +patch
nosy: +Pam.McANulty
Added file: http://bugs.python.org/file38939/cpython-22812-discovery-quotes-v1.patch

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


More information about the docs mailing list