Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Round fail-under result same as others. Fixed #284. | Ned Batchelder | 2014-06-03 | 1 | -0/+8 |
| | |||||
* | Move shell globbing into cmdline.py | Ned Batchelder | 2014-05-18 | 1 | -2/+15 |
| | |||||
* | Peter Portante's coroutine support, but it doesn't work yet. | Ned Batchelder | 2014-01-09 | 1 | -0/+7 |
| | |||||
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 1 | -1/+5 |
|\ | |||||
| * | Simple timing of commands. | Ned Batchelder | 2013-10-23 | 1 | -1/+5 |
| | | |||||
* | | Except clause can now use 'as', no need for lots of sys.exc_info | Ned Batchelder | 2013-10-20 | 1 | -6/+3 |
| | | |||||
* | | try/except/finally is ok now. | Ned Batchelder | 2013-10-20 | 1 | -11/+10 |
| | | |||||
* | | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -1/+0 |
|/ | |||||
* | More --debug options, split code into separate objects. | Ned Batchelder | 2013-09-08 | 1 | -1/+1 |
| | |||||
* | Better to leave the space out. | Ned Batchelder | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | Move the info formatting into its own function. | Ned Batchelder | 2013-09-06 | 1 | -10/+3 |
| | |||||
* | New flag for run: --debug, can trace why files aren't being traced. | Ned Batchelder | 2013-09-04 | 1 | -0/+8 |
| | |||||
* | Get sys.path right when running modules with -m, fixes #207 and #242. | Ned Batchelder | 2013-04-20 | 1 | -2/+11 |
| | |||||
* | Nicer formatting for lists in 'debug sys' | Ned Batchelder | 2012-11-22 | 1 | -2/+3 |
| | |||||
* | No longer see a mysterious exception when not able to run code: ↵ | Ned Batchelder | 2012-11-11 | 1 | -1/+1 |
| | | | | AttributeError: 'NoneType' object has no attribute 'isabs'. #153 | ||||
* | Upgrading pylint means fixing more nits. | Ned Batchelder | 2012-11-10 | 1 | -2/+2 |
| | |||||
* | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 1 | -1/+8 |
| | |||||
* | Ugh. Setting the xml output file in the .coveragerc file simply didn't ↵ | Ned Batchelder | 2012-11-07 | 1 | -1/+0 |
| | | | | work. Now it does. | ||||
* | Entry point | Ned Batchelder | 2012-11-05 | 1 | -2/+2 |
| | |||||
* | Refactor the command-line code. | Ned Batchelder | 2012-11-04 | 1 | -115/+148 |
| | |||||
* | The old way of getting help text was just weird. | Ned Batchelder | 2012-11-04 | 1 | -16/+16 |
| | |||||
* | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN ↵ | Ned Batchelder | 2012-11-03 | 1 | -7/+20 |
| | | | | switch, and exit with 2 if the coverage is less than MIN. | ||||
* | A different (better) way to avoid warnings when no code has been run. | Ned Batchelder | 2011-02-12 | 1 | -4/+5 |
| | |||||
* | Don't warn about not collecting data if we never ran any code in the first ↵ | Ned Batchelder | 2011-02-07 | 1 | -6/+11 |
| | | | | place. | ||||
* | Add tests and doc for Brandon's -m flag. | Ned Batchelder | 2011-02-06 | 1 | -2/+2 |
| | |||||
* | Added an actual "-m" command line option to turn on the module loader. | Brandon Craig Rhodes | 2011-02-02 | 1 | -6/+13 |
| | |||||
* | Wrote the basic logic for running a Python module or package as __main__. | Brandon Craig Rhodes | 2011-02-02 | 1 | -2/+5 |
| | |||||
* | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -1/+1 |
| | |||||
* | If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ↵ | Ned Batchelder | 2010-09-18 | 1 | -2/+5 |
| | | | | Brodie Rao. | ||||
* | When showing debug data, do something visible with empty lists. | Ned Batchelder | 2010-09-12 | 1 | -0/+2 |
| | |||||
* | Conform to recommended optparse use. | Ned Batchelder | 2010-06-13 | 1 | -16/+16 |
| | |||||
* | The 'source' option is a list of directories or packages to limit coverage's ↵ | Ned Batchelder | 2010-06-13 | 1 | -4/+12 |
| | | | | attention. | ||||
* | Make include and omit work properly in the plugin. | Ned Batchelder | 2010-05-31 | 1 | -6/+4 |
| | |||||
* | Clean up the plugins more. Add the rcfile and include options. Omit can no ↵ | Ned Batchelder | 2010-05-31 | 1 | -19/+19 |
| | | | | longer be a file of omissions, use the rcfile for that. | ||||
* | Fix old uses of 'prefixes' that are now 'patterns' | Ned Batchelder | 2010-05-24 | 1 | -9/+9 |
| | |||||
* | Omit and include are now filename patterns rather than prefixes. BACKWARD ↵ | Ned Batchelder | 2010-05-23 | 1 | -6/+17 |
| | | | | INCOMPATIBLE change. | ||||
* | Format the code to pylint's liking, and fix up the docstrings for omit and ↵ | Ned Batchelder | 2010-05-15 | 1 | -2/+2 |
| | | | | include. | ||||
* | Hook up omit and include to the run command. Test the new cmdline behavior ↵ | Ned Batchelder | 2010-05-15 | 1 | -6/+10 |
| | | | | and run behavior. | ||||
* | Change 'requires' to 'include'. | Ned Batchelder | 2010-05-15 | 1 | -16/+16 |
| | |||||
* | add a --require option to specify directories which are required to be at ↵ | Zooko Ofsimplegeo | 2010-04-19 | 1 | -0/+17 |
| | | | | | | the beginning of the path for any file that is going to be included in code coverage make the --omit and --require options apply to code coverage generation as well as to reporting; This speeds up tests from 6 seconds to 1 second on my system, as well as making the resulting .coverage db include *only* the code that I care about, which helps with my code coverage progression/regression tool. | ||||
* | If the user's code calls sys.exit(), honor the request and exit with that ↵ | Ned Batchelder | 2010-02-28 | 1 | -6/+11 |
| | | | | status. Fixes issue #50. | ||||
* | When emulating the Python interpreter, don't print SystemExits tracebacks. | Ned Batchelder | 2010-02-24 | 1 | -1/+6 |
| | |||||
* | Docs functionally complete for 3.3 | Ned Batchelder | 2010-02-24 | 1 | -2/+3 |
| | |||||
* | If the product code throws an exception, 'coverage run' now produces the ↵ | Ned Batchelder | 2010-02-19 | 1 | -2/+6 |
| | | | | same traceback as 'python' would, without the coverage-internal frames distracting from your code. | ||||
* | XML output file is configurable in .rc file. | Ned Batchelder | 2010-01-09 | 1 | -2/+0 |
| | |||||
* | Parallel mode can be set from the .coveragerc file. | Ned Batchelder | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Lint-friendly help noop function. | Ned Batchelder | 2009-12-29 | 1 | -1/+5 |
| | |||||
* | Add tests for 'coverage debug data' | Ned Batchelder | 2009-12-19 | 1 | -0/+1 |
| | |||||
* | Tidy up the command line notes. | Ned Batchelder | 2009-12-09 | 1 | -17/+17 |
| | |||||
* | A --rcfile argument to specify the config file. | Ned Batchelder | 2009-12-06 | 1 | -14/+19 |
| |