Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cover_stdlib wasn't quite right, it controls covering the entire Python ↵ | Ned Batchelder | 2009-05-12 | 1 | -2/+2 |
| | | | | library, so cover_pylib it is. | ||||
* | Reporting on nothing is OK. | Ned Batchelder | 2009-05-11 | 1 | -0/+6 |
| | |||||
* | Oops: two tests with the same name means one of them doesn't get run! ↵ | Ned Batchelder | 2009-05-11 | 1 | -2/+2 |
| | | | | Thanks, pylint. | ||||
* | Re-think the api to set the data file name and suffix. | Ned Batchelder | 2009-05-11 | 1 | -0/+45 |
| | |||||
* | More docstrings | Ned Batchelder | 2009-05-09 | 1 | -0/+2 |
| | |||||
* | makeFile is more useful if it doesn't append .py | Ned Batchelder | 2009-05-08 | 1 | -8/+8 |
| | |||||
* | Change how data is harvested from the collector to simplify api use. | Ned Batchelder | 2009-05-05 | 1 | -2/+9 |
| | |||||
* | Added clear_exclude() and get_exclude_list() | Ned Batchelder | 2009-05-04 | 1 | -0/+12 |
| | |||||
* | Pass values into coverage's contructor rather than set properties. | Ned Batchelder | 2009-05-04 | 1 | -2/+1 |
| | |||||
* | Split api tests into their own file. | Ned Batchelder | 2009-05-04 | 1 | -0/+177 |