summaryrefslogtreecommitdiff
path: root/test/test_cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* Basic plumbing for a --branch option.Ned Batchelder2009-10-071-7/+7
* Help should focus on the new command syntax but also have a way to get help o...Ned Batchelder2009-10-041-2/+2
* Added a 'coverage debug' command to get internal information for diagnosing p...Ned Batchelder2009-09-271-5/+20
* XML command writes to coverage.xml, and takes a -o argument to write it somew...Ned Batchelder2009-09-251-4/+39
* Move common stuff to a common place.Ned Batchelder2009-09-251-33/+25
* Don't use -o for 'omit' in the new command syntax: it should mean output.Ned Batchelder2009-09-241-6/+6
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-1/+3
* A nicer way to write help text.Ned Batchelder2009-09-131-1/+6
* assertTrue isn't available in earlier Pythons?Ned Batchelder2009-09-131-9/+9
* More tests: really use the help function that writes to stdout.Ned Batchelder2009-09-131-5/+38
* All commands are now available as new-style commands.Ned Batchelder2009-09-131-0/+33
* Proper help handling for the new command-line syntax.Ned Batchelder2009-09-121-6/+12
* First new-style command: runNed Batchelder2009-09-121-116/+103
* Major changes to introduce new command line syntax.Ned Batchelder2009-09-121-14/+44
* More command line cleanup.Ned Batchelder2009-09-121-1/+1
* Switch from getopt to optparse. Thanks, Ben Finney!Ned Batchelder2009-09-101-4/+3
* Fix some lint warnings.Ned Batchelder2009-09-091-1/+6
* Complete the mock tests for the command line parser. Maybe too complete...Ned Batchelder2009-09-091-9/+203
* Re-work some existing command_line tests to include the return status also.Ned Batchelder2009-09-091-39/+59
* Start using Mock to test the command-line code.Ned Batchelder2009-09-091-4/+47
* More docstringsNed Batchelder2009-05-091-0/+2
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* Reduce line lengths.Ned Batchelder2009-04-281-13/+37
* Finish up the cmdline details for -bNed Batchelder2009-04-281-0/+2
* Split out the cmdline.py tests.Ned Batchelder2009-04-281-0/+41