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
Original issue reported on code.google.com by
fuzzyman
on 24 Apr 2010 at 7:29