summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
...
* First part of wiring up xml reports.Ned Batchelder2009-09-131-0/+14
* Minor help tweaksNed Batchelder2009-09-131-2/+4
* A nicer way to write help text.Ned Batchelder2009-09-131-9/+9
* Forgot to add html to the list of commandsNed Batchelder2009-09-131-0/+1
* All commands are now available as new-style commands.Ned Batchelder2009-09-131-9/+74
* Proper help handling for the new command-line syntax.Ned Batchelder2009-09-121-19/+82
* First new-style command: runNed Batchelder2009-09-121-35/+44
* Major changes to introduce new command line syntax.Ned Batchelder2009-09-121-78/+174
* More command line cleanup.Ned Batchelder2009-09-121-39/+48
* Clean up the optparse support.Ned Batchelder2009-09-111-63/+29
* Switch from getopt to optparse. Thanks, Ben Finney!Ned Batchelder2009-09-101-60/+129
* Minor tweaks to the command-line help.Ned Batchelder2009-09-091-1/+1
* Start using Mock to test the command-line code.Ned Batchelder2009-09-091-4/+12
* Fix a problem with DecoratorTools fiddling with the trace function and screwi...Ned Batchelder2009-08-091-4/+9
* Add a short description to the command line help.Ned Batchelder2009-05-161-0/+1
* cover_stdlib wasn't quite right, it controls covering the entire Python libra...Ned Batchelder2009-05-121-3/+3
* Less-magical coverage api: load() method loads data from data file, no more s...Ned Batchelder2009-05-121-3/+6
* Remove some lambdasNed Batchelder2009-05-111-1/+1
* Re-think the api to set the data file name and suffix.Ned Batchelder2009-05-111-1/+1
* Lint clean-ups.Ned Batchelder2009-05-051-0/+1
* Pass values into coverage's contructor rather than set properties.Ned Batchelder2009-05-041-3/+4
* 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 the...coverage-3.0b2Ned Batchelder2009-04-291-2/+5
* Don't spew the whole help message when there's a problem with command-line ar...Ned Batchelder2009-04-281-5/+19
* 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 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