Run nosetest -v on windows

This commit is contained in:
Bastian Kleineidam 2009-03-07 16:04:38 +01:00
parent a531f9a2b0
commit 1b1e4bea1f

View file

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