summaryrefslogtreecommitdiff
path: root/coverage/data.py
Commit message (Collapse)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
| | | | <<issue 2>>.
* Use pickle to store coverage data instead of marshal. Marshal is not ↵Ned Batchelder2009-04-051-3/+4
| | | | guaranteed compatible across versions, although it is faster.
* Defaulting report and annotate to all files now happens inside coverage, ↵Ned Batchelder2009-03-111-4/+5
| | | | rather than in CoverageScript.
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+122