diff --git a/test.bat b/test.bat index 83b22915..440d78b7 100644 --- a/test.bat +++ b/test.bat @@ -1,4 +1,4 @@ @echo off set PYTHON="c:\Python26\python.exe" -%PYTHON% -3 c:\python26\scripts\nosetests -m "^test_.*" tests/ +%PYTHON% -3 c:\python26\scripts\nosetests -v -m "^test_.*" tests/ @pause