summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the help text easier to read in the sourceNed Batchelder2016-02-251-20/+20
|
* Need to account for Windows when figuring the program name.Ned Batchelder2015-11-141-2/+11
|
* Cleanups for style, docs, etc from #438Ned Batchelder2015-11-141-8/+5
|
* Move program name attribute to the application class.Ben Finney2015-10-181-4/+4
|
* Override program name only for ‘CmdOptionParser’ instances.Ben Finney2015-10-181-1/+9
| | | | | We only need to append the sub-command, so we shouldn't override the actual command. Get the command from the superclass.
* Derive command name from command-line arguments.Ben Finney2015-10-151-6/+12
| | | | | | The command name is determined by the command-line used to invoke the program, and should not be hard-coded in messages. Derive it from the command-line arguments.
* Combining now issues warnings on unreadable files, unconditionallyNed Batchelder2015-10-041-8/+2
|
* Combine can now ignore errors.Ned Batchelder2015-10-031-2/+9
|
* Bit the bullet and fixed pep8 in cmdlineNed Batchelder2015-10-031-137/+163
|
* The conflict between append and parallel should take the config file into ↵Ned Batchelder2015-08-221-4/+4
| | | | account.
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
|
* Fix --append trying to make a new file. #392Ned Batchelder2015-08-031-3/+6
|
* Change the coverage.config item-access syntax to a real method call.Ned Batchelder2015-08-021-5/+6
| | | | | The square brackets were too cute, and I couldn't figure out how to document them anyway!
* Only use the item access for config in cmdline.pyNed Batchelder2015-08-021-2/+2
|
* Support directories on the 'coverage run' command line. #252Ned Batchelder2015-08-011-9/+0
|
* Can't use --append and --parallel-mode together.Ned Batchelder2015-07-301-0/+4
|
* Get --append working again.Ned Batchelder2015-07-301-4/+1
|
* Clean up from the merge of PR 62Ned Batchelder2015-07-301-3/+3
| | | | | Remove the globbing option. Added a test. Corrected parameter names and docs. Updated the AUTHORS file.
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2015-07-301-12/+27
|\
| * Refactoring cmdline in prep for getting --append to work again.Ned Batchelder2015-07-301-12/+27
| |
* | extend combine parameters to allow for file names and shell globsAlexander Todorov2015-07-291-4/+4
|/ | | | | --HG-- branch : combine_files_and_dirs
* Fix brokenness in combining with an rcfile. #385Ned Batchelder2015-07-281-1/+1
|
* New config option: run:note lets you annotate the data file.Ned Batchelder2015-07-261-1/+1
|
* I thought these were alphabetized?Ned Batchelder2015-07-261-10/+10
|
* Use more specific names than 'plugins', since there will be more of them in ↵Ned Batchelder2015-07-241-1/+1
| | | | the future.
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Refer to the project consistenly as coverage.py. #275Ned Batchelder2015-07-231-7/+7
|
* Move the raw data dumper to a more internal place.Ned Batchelder2015-07-221-8/+1
|
* A way to see the raw data in the data file.Ned Batchelder2015-07-221-4/+11
|
* Fix a test that used an unmaintained fake implementation for data.Ned Batchelder2015-07-191-5/+5
|
* Change CoverageData.summary() to CoverageData.line_counts()Ned Batchelder2015-07-161-1/+1
|
* Add a missing space to a help string.Ned Batchelder2015-05-171-1/+1
|
* Update docstring and command line help text.Christine Lytwynec2015-04-221-1/+4
| | | | | --HG-- branch : combine-from-multiple-dirs
* Added ability to combine coverage data files from multiple directories into ↵Christine Lytwynec2015-04-211-2/+3
| | | | | | | one file via command line args. --HG-- branch : combine-from-multiple-dirs
* Always make the current directory importable. #358Ned Batchelder2015-02-131-0/+4
|
* Wildly experimental multiprocessing support. Covers most of #117.Ned Batchelder2015-01-301-1/+3
|
* Bump the versions; docs now at readthedocsNed Batchelder2015-01-261-2/+3
|
* Change sysinfo to sys_infoNed Batchelder2015-01-241-2/+2
|
* Make the two forms of debug output more uniformNed Batchelder2015-01-241-3/+3
|
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-3/+8
|
* Read and write plugin data to .coverageNed Batchelder2015-01-081-1/+6
|
* --fail-under can now be specified in the rcfile. #314Ned Batchelder2014-11-271-14/+22
|
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-1/+1
|
* Clean up some pylint messagesNed Batchelder2014-11-231-2/+2
|
* Clean up the --skip-covered pull request.Ned Batchelder2014-11-231-1/+1
|
* Add skip-covered option.Krystian Kichewko2014-11-191-1/+8
|
* Remove more stuff only needed for the obsolete command syntaxNed Batchelder2014-10-261-46/+19
|
* Allow the --debug switch on any commandNed Batchelder2014-10-261-9/+6
|
* Remove the original command-line syntax.Ned Batchelder2014-10-081-89/+10
|
* Some error checking and more tests for concurrency control.Ned Batchelder2014-09-251-1/+4
|