Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ↵ | Ned Batchelder | 2010-09-18 | 1 | -0/+17 |
| | | | | Brodie Rao. | ||||
* | Fix this test: can't guarantee the order of stdout and stderr in the output. | Ned Batchelder | 2010-07-12 | 1 | -6/+3 |
| | |||||
* | Move the warnings to get them in more cases, and test one of those cases. | Ned Batchelder | 2010-06-23 | 1 | -0/+17 |
| | |||||
* | All tests now use underscore names instead of some having camelCase names. | Ned Batchelder | 2010-06-18 | 1 | -3/+3 |
| | |||||
* | Calculate the pid suffix for data files at the end of the process so that ↵ | Ned Batchelder | 2010-03-20 | 1 | -1/+1 |
| | | | | programs calling os.fork will collect data from both child and parent. Fixes issue #56. | ||||
* | A successful fork.py will have 9 lines executed. | Ned Batchelder | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | A test for issue #56. | Ned Batchelder | 2010-03-18 | 1 | -0/+40 |
| | |||||
* | Reports now emphasize missed lines over executed lines, since those are more ↵ | Ned Batchelder | 2010-03-13 | 1 | -2/+2 |
| | | | | helpful for directing developers to improved test coverage. | ||||
* | Don't let parallel=True prevent reporting. Fixes #49. | Ned Batchelder | 2010-03-06 | 1 | -7/+8 |
| | |||||
* | If the user's code calls sys.exit(), honor the request and exit with that ↵ | Ned Batchelder | 2010-02-28 | 1 | -5/+18 |
| | | | | status. Fixes issue #50. | ||||
* | Spaces | Ned Batchelder | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Clarify a comment | Ned Batchelder | 2010-02-24 | 1 | -2/+2 |
| | |||||
* | When emulating the Python interpreter, don't print SystemExits tracebacks. | Ned Batchelder | 2010-02-24 | 1 | -0/+19 |
| | |||||
* | Lint cleanups | Ned Batchelder | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | A better way to test for correct handling of tracebacks during product code ↵ | Ned Batchelder | 2010-02-20 | 1 | -14/+9 |
| | | | | execution. | ||||
* | If the product code throws an exception, 'coverage run' now produces the ↵ | Ned Batchelder | 2010-02-19 | 1 | -1/+28 |
| | | | | same traceback as 'python' would, without the coverage-internal frames distracting from your code. | ||||
* | Split out the tests that really run a subprocess. | Ned Batchelder | 2010-01-10 | 1 | -0/+150 |