diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-13 21:12:36 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-13 21:12:36 -0400 |
| commit | eb8bd102097e9d177ec7c56e3948bcf265004119 (patch) | |
| tree | d6c2ae7efc91aa457f8a728a91bf00641ce5b33d /alltests.cmd | |
| parent | 858721a9d5a3618b80d10ec71c6c2c32a89b6a7c (diff) | |
| download | python-coveragepy-git-eb8bd102097e9d177ec7c56e3948bcf265004119.tar.gz | |
Use nose for running tests.
Diffstat (limited to 'alltests.cmd')
| -rw-r--r-- | alltests.cmd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/alltests.cmd b/alltests.cmd index bef277f8..d0f5d09f 100644 --- a/alltests.cmd +++ b/alltests.cmd @@ -1,12 +1,12 @@ call \ned\bin\switchpy 23
python setup.py develop
-python test_coverage.py
+nosetests
call \ned\bin\switchpy 24
python setup.py develop
-python test_coverage.py
+nosetests
call \ned\bin\switchpy 25
python setup.py develop
-python test_coverage.py
+nosetests
call \ned\bin\switchpy 26
python setup.py develop
-python test_coverage.py
+nosetests
|
