diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-08-09 18:12:23 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-08-09 18:12:23 -0400 |
| commit | cba5899f0bad8a49b17750df58ddd532975c1062 (patch) | |
| tree | 02eac123c89f439b440c7efb6a7aa0a98bd12e80 /alltests.cmd | |
| parent | b159081bb7df0c838bcf01ca9e70899a61ae9d9b (diff) | |
| download | python-coveragepy-git-cba5899f0bad8a49b17750df58ddd532975c1062.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.cmd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/alltests.cmd b/alltests.cmd index 3a29202f..0a4888d3 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
|
