summaryrefslogtreecommitdiff
path: root/alltests.cmd
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-08-09 18:12:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-08-09 18:12:23 -0400
commit5ab5521c24f923a82dc1600fedbeaa867d9bcda2 (patch)
tree08ed8407ca1c411dd1565492947edf5c5a960d47 /alltests.cmd
parentf0b4b0d49b5375955848fc54464caac07f37c195 (diff)
downloadpython-coveragepy-5ab5521c24f923a82dc1600fedbeaa867d9bcda2.tar.gz
Fix a problem with DecoratorTools fiddling with the trace function and screwing us up. Now the Python trace function is simpler, with no variability of registered trace function. Fixes bugs #12 and #13.
Diffstat (limited to 'alltests.cmd')
-rw-r--r--alltests.cmd11
1 files changed, 11 insertions, 0 deletions
diff --git a/alltests.cmd b/alltests.cmd
index 3a29202..0a4888d 100644
--- a/alltests.cmd
+++ b/alltests.cmd
@@ -1,20 +1,31 @@
call \ned\bin\switchpy 23
python setup.py -q develop
+set COVERAGE_TEST_TRACER=c
nosetests
del coverage\tracer.pyd
+set COVERAGE_TEST_TRACER=py
nosetests
+
call \ned\bin\switchpy 24
python setup.py -q develop
+set COVERAGE_TEST_TRACER=c
nosetests
del coverage\tracer.pyd
+set COVERAGE_TEST_TRACER=py
nosetests
+
call \ned\bin\switchpy 25
python setup.py -q develop
+set COVERAGE_TEST_TRACER=c
nosetests
del coverage\tracer.pyd
+set COVERAGE_TEST_TRACER=py
nosetests
+
call \ned\bin\switchpy 26
python setup.py -q develop
+set COVERAGE_TEST_TRACER=c
nosetests
del coverage\tracer.pyd
+set COVERAGE_TEST_TRACER=py
nosetests