summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* Pylint tweaksNed Batchelder2009-04-121-1/+3
* Use a finally clause to ensure that coverage measurement is stopped no matter...Ned Batchelder2009-04-041-2/+4
* Even better execution of main files.Ned Batchelder2009-04-041-3/+3
* Remove unneeded importNed Batchelder2009-04-031-1/+1
* Factor execfile out of cmdline, so that we can call python main programs prop...Ned Batchelder2009-04-031-3/+2
* The cmdline code now returns a status code.Ned Batchelder2009-03-151-3/+10
* Refactor the annotate code into annotate.pyNed Batchelder2009-03-131-1/+3
* Refactor the reporting function into the SummaryReporter class.Ned Batchelder2009-03-121-1/+4
* Wondering about the mechanics of running the user's script.Ned Batchelder2009-03-121-2/+6
* Defaulting report and annotate to all files now happens inside coverage, rath...Ned Batchelder2009-03-111-4/+0
* Split out the filename operations; Morf -> CodeUnit.Ned Batchelder2009-03-111-4/+2
* Yank morfs into their own class. This doesn't work yet.Ned Batchelder2009-03-101-1/+1
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+149