summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
...
* add a --require option to specify directories which are required to be at the...Zooko Ofsimplegeo2010-04-191-0/+17
* If the user's code calls sys.exit(), honor the request and exit with that sta...Ned Batchelder2010-02-281-6/+11
* When emulating the Python interpreter, don't print SystemExits tracebacks.Ned Batchelder2010-02-241-1/+6
* Docs functionally complete for 3.3Ned Batchelder2010-02-241-2/+3
* If the product code throws an exception, 'coverage run' now produces the same...Ned Batchelder2010-02-191-2/+6
* XML output file is configurable in .rc file.Ned Batchelder2010-01-091-2/+0
* Parallel mode can be set from the .coveragerc file.Ned Batchelder2010-01-031-1/+1
* Lint-friendly help noop function.Ned Batchelder2009-12-291-1/+5
* Add tests for 'coverage debug data'Ned Batchelder2009-12-191-0/+1
* Tidy up the command line notes.Ned Batchelder2009-12-091-17/+17
* A --rcfile argument to specify the config file.Ned Batchelder2009-12-061-14/+19
* Move some cmdline code to a more logical place.Ned Batchelder2009-12-041-4/+5
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-28/+30
* A --version option for the command line.Ned Batchelder2009-12-011-15/+27
* The command help said --branch was HIGHLY EXPERIMENTAL!!Ned Batchelder2009-12-011-1/+1
* Add a little bit of branch information to 'debug data'Ned Batchelder2009-11-271-0/+3
* Treat missing source files nicer.Ned Batchelder2009-10-251-2/+10
* Everything should derive from object.Ned Batchelder2009-10-241-2/+2
* Basic plumbing for a --branch option.Ned Batchelder2009-10-071-0/+7
* Help should focus on the new command syntax but also have a way to get help o...Ned Batchelder2009-10-041-7/+11
* Added a 'coverage debug' command to get internal information for diagnosing p...Ned Batchelder2009-09-271-3/+41
* XML command writes to coverage.xml, and takes a -o argument to write it somew...Ned Batchelder2009-09-251-1/+11
* One more place to indirect the url.Ned Batchelder2009-09-251-1/+1
* Don't use -o for 'omit' in the new command syntax: it should mean output.Ned Batchelder2009-09-241-2/+8
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-4/+4
* Tweak xml helpNed Batchelder2009-09-131-1/+1
* XML reporting hooked up, but not everything is right: a test_farm test fails ...Ned Batchelder2009-09-131-4/+5
* 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