Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 1 | -146/+0 |
| | | | | package. | ||||
* | Get rid of import craziness in the tests. | Ned Batchelder | 2012-12-30 | 1 | -4/+1 |
| | |||||
* | Cleanups for lint and older Pythons | Ned Batchelder | 2011-08-21 | 1 | -1/+3 |
| | |||||
* | The machinery to map paths through aliases for merging coverage data from ↵ | Ned Batchelder | 2011-08-21 | 1 | -2/+27 |
| | | | | disparate machines. Part of fixing #17. | ||||
* | Now that we include 0% files in the data, they aren't 'executed', they are ↵ | Ned Batchelder | 2010-09-03 | 1 | -9/+9 |
| | | | | 'measured'. | ||||
* | Now completely unexecuted source files can be included in reporting. ↵ | Ned Batchelder | 2010-09-03 | 1 | -0/+6 |
| | | | | Specifying --source tells coverage.py where to search for files that haven't been executed. | ||||
* | Calculate the pid suffix for data files at the end of the process so that ↵ | Ned Batchelder | 2010-03-20 | 1 | -4/+4 |
| | | | | programs calling os.fork will collect data from both child and parent. Fixes issue #56. | ||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -11/+11 |
| | |||||
* | Rename our future-happy unittest methods to match their future versions, and ↵ | Ned Batchelder | 2009-11-26 | 1 | -7/+7 |
| | | | | let the future versions win if they exist. | ||||
* | Don't write arcs if there are none, and an ad-hoc data viewer. | Ned Batchelder | 2009-10-12 | 1 | -2/+3 |
| | |||||
* | Write the arcs to the data file. | Ned Batchelder | 2009-10-12 | 1 | -0/+21 |
| | |||||
* | Reduce the amount of data translation by having the tracers record data in a ↵ | Ned Batchelder | 2009-10-11 | 1 | -2/+2 |
| | | | | form more like it will be consumed. Also should reduce the amount of work the tracers have to do. | ||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 1 | -1/+5 |
| | | | | contortions. | ||||
* | Re-think the api to set the data file name and suffix. | Ned Batchelder | 2009-05-11 | 1 | -4/+2 |
| | |||||
* | More docstrings | Ned Batchelder | 2009-05-09 | 1 | -1/+4 |
| | |||||
* | New more flexible data storage. | Ned Batchelder | 2009-04-18 | 1 | -9/+22 |
| | |||||
* | More pylint shenanigans. | Ned Batchelder | 2009-04-18 | 1 | -1/+3 |
| | |||||
* | Testing and clean up for data.py | Ned Batchelder | 2009-04-18 | 1 | -2/+66 |
| | |||||
* | Use our CoverageTest base class to get isolation (in a new directory) for ↵ | Ned Batchelder | 2009-04-18 | 1 | -2/+2 |
| | | | | the data tests. | ||||
* | Refactor the file name stuff in CoverageData, and start its own test file. | Ned Batchelder | 2009-04-17 | 1 | -0/+10 |