summaryrefslogtreecommitdiff
path: root/coverage/data.py
Commit message (Expand)AuthorAgeFilesLines
...
* Testing and clean up for data.pyNed Batchelder2009-04-181-10/+11
* Refactor the file name stuff in CoverageData, and start its own test file.Ned Batchelder2009-04-171-14/+28
* Remove an unused parameter, and other small cleanups to data storageNed Batchelder2009-04-161-7/+7
* It's ok to ask the data module about files that were never measured. Fixes <<...Ned Batchelder2009-04-141-2/+6
* Use pickle to store coverage data instead of marshal. Marshal is not guarant...Ned Batchelder2009-04-051-3/+4
* Defaulting report and annotate to all files now happens inside coverage, rath...Ned Batchelder2009-03-111-4/+5
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+122