summaryrefslogtreecommitdiff
path: root/test/test_process.py
Commit message (Collapse)AuthorAgeFilesLines
...
* When emulating the Python interpreter, don't print SystemExits tracebacks.Ned Batchelder2010-02-241-0/+19
|
* Lint cleanupsNed Batchelder2010-02-201-1/+1
|
* A better way to test for correct handling of tracebacks during product code ↵Ned Batchelder2010-02-201-14/+9
| | | | execution.
* If the product code throws an exception, 'coverage run' now produces the ↵Ned Batchelder2010-02-191-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 Batchelder2010-01-101-0/+150