summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
...
* The old way of getting help text was just weird.Ned Batchelder2012-11-041-16/+16
* Issue #139: Now the report, html, and xml commands take a --fail-under=MIN sw...Ned Batchelder2012-11-031-7/+20
* A different (better) way to avoid warnings when no code has been run.Ned Batchelder2011-02-121-4/+5
* Don't warn about not collecting data if we never ran any code in the first pl...Ned Batchelder2011-02-071-6/+11
* Add tests and doc for Brandon's -m flag.Ned Batchelder2011-02-061-2/+2
* Added an actual "-m" command line option to turn on the module loader.Brandon Craig Rhodes2011-02-021-6/+13
* Wrote the basic logic for running a Python module or package as __main__.Brandon Craig Rhodes2011-02-021-2/+5
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
* If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ...Ned Batchelder2010-09-181-2/+5
* When showing debug data, do something visible with empty lists.Ned Batchelder2010-09-121-0/+2
* Conform to recommended optparse use.Ned Batchelder2010-06-131-16/+16
* The 'source' option is a list of directories or packages to limit coverage's ...Ned Batchelder2010-06-131-4/+12
* Make include and omit work properly in the plugin.Ned Batchelder2010-05-311-6/+4
* Clean up the plugins more. Add the rcfile and include options. Omit can no ...Ned Batchelder2010-05-311-19/+19
* Fix old uses of 'prefixes' that are now 'patterns'Ned Batchelder2010-05-241-9/+9
* Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-231-6/+17
* Format the code to pylint's liking, and fix up the docstrings for omit and in...Ned Batchelder2010-05-151-2/+2
* Hook up omit and include to the run command. Test the new cmdline behavior a...Ned Batchelder2010-05-151-6/+10
* Change 'requires' to 'include'.Ned Batchelder2010-05-151-16/+16
* 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