Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pylint tweaks | Ned Batchelder | 2009-04-12 | 1 | -1/+3 |
| | |||||
* | Use a finally clause to ensure that coverage measurement is stopped no ↵ | Ned Batchelder | 2009-04-04 | 1 | -2/+4 |
| | | | | matter how the main program terminates. | ||||
* | Even better execution of main files. | Ned Batchelder | 2009-04-04 | 1 | -3/+3 |
| | |||||
* | Remove unneeded import | Ned Batchelder | 2009-04-03 | 1 | -1/+1 |
| | |||||
* | Factor execfile out of cmdline, so that we can call python main programs ↵ | Ned Batchelder | 2009-04-03 | 1 | -3/+2 |
| | | | | properly: now they get the correct value for __file__. | ||||
* | The cmdline code now returns a status code. | Ned Batchelder | 2009-03-15 | 1 | -3/+10 |
| | |||||
* | Refactor the annotate code into annotate.py | Ned Batchelder | 2009-03-13 | 1 | -1/+3 |
| | |||||
* | Refactor the reporting function into the SummaryReporter class. | Ned Batchelder | 2009-03-12 | 1 | -1/+4 |
| | |||||
* | Wondering about the mechanics of running the user's script. | Ned Batchelder | 2009-03-12 | 1 | -2/+6 |
| | |||||
* | Defaulting report and annotate to all files now happens inside coverage, ↵ | Ned Batchelder | 2009-03-11 | 1 | -4/+0 |
| | | | | rather than in CoverageScript. | ||||
* | Split out the filename operations; Morf -> CodeUnit. | Ned Batchelder | 2009-03-11 | 1 | -4/+2 |
| | | | | | --HG-- rename : coverage/morf.py => coverage/codeunit.py | ||||
* | Yank morfs into their own class. This doesn't work yet. | Ned Batchelder | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Initial coverage.py 3.0 beta 1 | Ned Batchelder | 2009-03-05 | 1 | -0/+149 |