summaryrefslogtreecommitdiff
path: root/test/test_data.py
Commit message (Expand)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-146/+0
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-4/+1
* Cleanups for lint and older PythonsNed Batchelder2011-08-211-1/+3
* The machinery to map paths through aliases for merging coverage data from dis...Ned Batchelder2011-08-211-2/+27
* Now that we include 0% files in the data, they aren't 'executed', they are 'm...Ned Batchelder2010-09-031-9/+9
* Now completely unexecuted source files can be included in reporting. Specify...Ned Batchelder2010-09-031-0/+6
* Calculate the pid suffix for data files at the end of the process so that pro...Ned Batchelder2010-03-201-4/+4
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-11/+11
* Rename our future-happy unittest methods to match their future versions, and ...Ned Batchelder2009-11-261-7/+7
* Don't write arcs if there are none, and an ad-hoc data viewer.Ned Batchelder2009-10-121-2/+3
* Write the arcs to the data file.Ned Batchelder2009-10-121-0/+21
* Reduce the amount of data translation by having the tracers record data in a ...Ned Batchelder2009-10-111-2/+2
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-1/+5
* Re-think the api to set the data file name and suffix.Ned Batchelder2009-05-111-4/+2
* More docstringsNed Batchelder2009-05-091-1/+4
* New more flexible data storage.Ned Batchelder2009-04-181-9/+22
* More pylint shenanigans.Ned Batchelder2009-04-181-1/+3
* Testing and clean up for data.pyNed Batchelder2009-04-181-2/+66
* Use our CoverageTest base class to get isolation (in a new directory) for the...Ned Batchelder2009-04-181-2/+2
* Refactor the file name stuff in CoverageData, and start its own test file.Ned Batchelder2009-04-171-0/+10