testing-cabal / unittest-ext

Automatically exported from code.google.com/p/unittest-ext
2 stars 2 forks source link

Document that the -p argument on Windows should not use quotes #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following is incorrect on Windows:

    unit2.py discover -p '*.py'

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

    unit2.py discover -p *.py

This needs to be documented.

Original issue reported on code.google.com by fuzzyman on 24 Apr 2010 at 7:29

GoogleCodeExporter commented 9 years ago
Closing in favour of http://bugs.python.org/issue22812

Original comment by robert.c...@gmail.com on 7 Nov 2014 at 10:00