diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-13 08:19:22 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-13 08:19:22 -0400 |
| commit | 9940bed3bfcd73fd17976f0140a0205d7d24b5e5 (patch) | |
| tree | e47c3fcdadada61627e051cf38082560b653489c /alltests.cmd | |
| parent | e29ca51c5fd1e7e3d3665fc49a361a513966f84d (diff) | |
| download | python-coveragepy-9940bed3bfcd73fd17976f0140a0205d7d24b5e5.tar.gz | |
Run just specific tests
Diffstat (limited to 'alltests.cmd')
| -rw-r--r-- | alltests.cmd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/alltests.cmd b/alltests.cmd index 0a4888d..9be4f4b 100644 --- a/alltests.cmd +++ b/alltests.cmd @@ -1,31 +1,31 @@ call \ned\bin\switchpy 23
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests
+nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests
+nosetests %1
call \ned\bin\switchpy 24
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests
+nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests
+nosetests %1
call \ned\bin\switchpy 25
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests
+nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests
+nosetests %1
call \ned\bin\switchpy 26
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
-nosetests
+nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
-nosetests
+nosetests %1
|
