summaryrefslogtreecommitdiff
path: root/test/test_process.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't let parallel=True prevent reporting. Fixes #49.Ned Batchelder2010-03-061-7/+8
|
* If the user's code calls sys.exit(), honor the request and exit with that ↵Ned Batchelder2010-02-281-5/+18
| | | | status. Fixes issue #50.
* SpacesNed Batchelder2010-02-241-1/+1
|
* Clarify a commentNed Batchelder2010-02-241-2/+2
|
* 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