summaryrefslogtreecommitdiff
path: root/allcoverage.cmd
Commit message (Collapse)AuthorAgeFilesLines
* 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.