| Commit message (Expand) | Author | Age | Files | Lines |
* | Now completely unexecuted source files can be included in reporting. Specify... | Ned Batchelder | 2010-09-03 | 1 | -0/+5 |
* | Some prep work for finding completely uncovered files. | Ned Batchelder | 2010-08-30 | 1 | -0/+1 |
* | Python 3.2 doesn't make .pyc files in the local dir any more, so be more flex... | Ned Batchelder | 2010-08-01 | 1 | -13/+29 |
* | Re-vamp the tests for omit and include, and add source. | Ned Batchelder | 2010-06-21 | 1 | -60/+55 |
* | Give this helper function a better name, it's confused me too many times. | Ned Batchelder | 2010-06-21 | 1 | -15/+15 |
* | All tests now use underscore names instead of some having camelCase names. | Ned Batchelder | 2010-06-18 | 1 | -17/+18 |
* | Isolate old-style singleton api tests. | Ned Batchelder | 2010-06-18 | 1 | -21/+28 |
* | Update our own covcov.ini to properly omit files the new way. | Ned Batchelder | 2010-05-24 | 1 | -1/+1 |
* | Omit and include are now filename patterns rather than prefixes. BACKWARD IN... | Ned Batchelder | 2010-05-23 | 1 | -4/+4 |
* | Format the code to pylint's liking, and fix up the docstrings for omit and in... | Ned Batchelder | 2010-05-15 | 1 | -1/+3 |
* | Hook up omit and include to the run command. Test the new cmdline behavior a... | Ned Batchelder | 2010-05-15 | 1 | -0/+69 |
* | Reports now emphasize missed lines over executed lines, since those are more ... | Ned Batchelder | 2010-03-13 | 1 | -5/+5 |
* | Parallel mode can be set from the .coveragerc file. | Ned Batchelder | 2010-01-03 | 1 | -1/+1 |
* | Mark some lines as uncoverable, add some tests for some test methods. | Ned Batchelder | 2009-12-26 | 1 | -22/+22 |
* | I never liked the assert_ method anyway. Use assertTrue and assertFalse inst... | Ned Batchelder | 2009-12-13 | 1 | -1/+1 |
* | Merged default onto config. | Ned Batchelder | 2009-12-03 | 1 | -16/+19 |
|\ |
|
| * | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -16/+16 |
| * | Fix some self-measurement problems. Now coverage_coverage.py works again (ha... | Ned Batchelder | 2009-11-29 | 1 | -0/+3 |
* | | Add data_file to the .coveragerc file. | Ned Batchelder | 2009-11-28 | 1 | -0/+20 |
* | | Read a config file to get some of our configuration. | Ned Batchelder | 2009-11-28 | 1 | -1/+1 |
|/ |
|
* | Rename our future-happy unittest methods to match their future versions, and ... | Ned Batchelder | 2009-11-26 | 1 | -6/+6 |
* | CamelCase looks weird, switch to underscore_separated. | Ned Batchelder | 2009-10-16 | 1 | -21/+21 |
* | The best way to get py3k support: same source runs on both, with some contort... | Ned Batchelder | 2009-09-22 | 1 | -1/+3 |
* | cover_stdlib wasn't quite right, it controls covering the entire Python libra... | Ned Batchelder | 2009-05-12 | 1 | -2/+2 |
* | 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! Thanks,... | Ned Batchelder | 2009-05-11 | 1 | -2/+2 |
* | 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 |