Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print reporting error message so that it fits better. | Ned Batchelder | 2009-05-26 | 1 | -1/+1 |
* | coverage._analyze is a non-public function. | Ned Batchelder | 2009-05-17 | 1 | -1/+1 |
* | When printing exceptions in a report, just use the name of the exception. | Ned Batchelder | 2009-05-17 | 1 | -1/+1 |
* | How quickly can I fix, re-break, and re-fix a bug? | Ned Batchelder | 2009-05-11 | 1 | -1/+1 |
* | Remove some lambdas | Ned Batchelder | 2009-05-11 | 1 | -1/+1 |
* | Reporting on nothing is OK. | Ned Batchelder | 2009-05-11 | 1 | -1/+1 |
* | No need for coverage.analysis to return the filename, it's a property on the ... | Ned Batchelder | 2009-03-13 | 1 | -1/+1 |
* | Start moving common reporter functionality into Reporter. | Ned Batchelder | 2009-03-13 | 1 | -11/+18 |
* | Use write instead of print | Ned Batchelder | 2009-03-13 | 1 | -11/+12 |
* | Refactor the annotate code into annotate.py | Ned Batchelder | 2009-03-13 | 1 | -4/+4 |
* | Refactor the reporting function into the SummaryReporter class. | Ned Batchelder | 2009-03-12 | 1 | -0/+66 |