summaryrefslogtreecommitdiff
path: root/test/test_api.py
Commit message (Collapse)AuthorAgeFilesLines
...
* The best way to get py3k support: same source runs on both, with some ↵Ned Batchelder2009-09-221-1/+3
| | | | contortions.
* cover_stdlib wasn't quite right, it controls covering the entire Python ↵Ned Batchelder2009-05-121-2/+2
| | | | library, so cover_pylib it is.
* Reporting on nothing is OK.Ned Batchelder2009-05-111-0/+6
|
* Oops: two tests with the same name means one of them doesn't get run! ↵Ned Batchelder2009-05-111-2/+2
| | | | Thanks, pylint.
* Re-think the api to set the data file name and suffix.Ned Batchelder2009-05-111-0/+45
|
* More docstringsNed Batchelder2009-05-091-0/+2
|
* makeFile is more useful if it doesn't append .pyNed Batchelder2009-05-081-8/+8
|
* Change how data is harvested from the collector to simplify api use.Ned Batchelder2009-05-051-2/+9
|
* Added clear_exclude() and get_exclude_list()Ned Batchelder2009-05-041-0/+12
|
* Pass values into coverage's contructor rather than set properties.Ned Batchelder2009-05-041-2/+1
|
* Split api tests into their own file.Ned Batchelder2009-05-041-0/+177