summaryrefslogtreecommitdiff
path: root/allcoverage.cmd
Commit message (Collapse)AuthorAgeFilesLines
* These are obsolete.Ned Batchelder2012-11-251-19/+0
|
* Too many files start with 'cov', rename a few.Ned Batchelder2010-08-311-3/+3
|
* Updates for 3.2Ned Batchelder2010-08-011-2/+2
|
* Use loops instead of all that repetition.Ned Batchelder2010-01-101-35/+7
|
* Test on Python 2.7 also.Ned Batchelder2010-01-101-0/+6
|
* COVERAGE_PROCESS_START now is the name of the rc file, and we use it to ↵Ned Batchelder2009-12-261-1/+1
| | | | measure our own coverage.
* A way to start coverage when Python starts, to help with measuring coverage ↵Ned Batchelder2009-12-231-0/+5
| | | | in subprocesses.
* No point measuring coverage under the Python tracer, since the tracer itself ↵Ned Batchelder2009-12-201-10/+2
| | | | isn't measured.
* Adapt the all-Python scripts to the new 3.1 Distribute scheme. ↵Ned Batchelder2009-11-301-2/+2
| | | | allcoverage.cmd still doesn't save 3.1 results for some reason...
* coverage_coverage.py now writes separate data files for each run of the test ↵Ned Batchelder2009-11-291-0/+44
suite, and combines them for reporting.