Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |