summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
Commit message (Collapse)AuthorAgeFilesLines
...
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-5/+5
|
* Python stdlib is now not measured by default. If needed, turn it on with ↵coverage-3.0b2Ned Batchelder2009-04-291-2/+5
| | | | the -L switch.
* Don't spew the whole help message when there's a problem with command-line ↵Ned Batchelder2009-04-281-5/+19
| | | | arguments.
* Finish up the cmdline details for -bNed Batchelder2009-04-281-11/+18
|
* Last refactor dropped some important arguments.Ned Batchelder2009-04-271-4/+9
|
* Refactor some report plumbing. There's a simpler way...Ned Batchelder2009-04-261-11/+3
|
* HTML reporting, phase 0.Ned Batchelder2009-04-201-3/+10
|
* Pylint tweaksNed Batchelder2009-04-121-1/+3
|
* Use a finally clause to ensure that coverage measurement is stopped no ↵Ned Batchelder2009-04-041-2/+4
| | | | matter how the main program terminates.
* 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 ↵Ned Batchelder2009-04-031-3/+2
| | | | properly: now they get the correct value for __file__.
* 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, ↵Ned Batchelder2009-03-111-4/+0
| | | | rather than in CoverageScript.
* Split out the filename operations; Morf -> CodeUnit.Ned Batchelder2009-03-111-4/+2
| | | | | --HG-- rename : coverage/morf.py => coverage/codeunit.py
* 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