summaryrefslogtreecommitdiff
path: root/test/test_process.py
Commit message (Expand)AuthorAgeFilesLines
* If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ...Ned Batchelder2010-09-181-0/+17
* Fix this test: can't guarantee the order of stdout and stderr in the output.Ned Batchelder2010-07-121-6/+3
* Move the warnings to get them in more cases, and test one of those cases.Ned Batchelder2010-06-231-0/+17
* All tests now use underscore names instead of some having camelCase names.Ned Batchelder2010-06-181-3/+3
* Calculate the pid suffix for data files at the end of the process so that pro...Ned Batchelder2010-03-201-1/+1
* A successful fork.py will have 9 lines executed.Ned Batchelder2010-03-181-1/+1
* A test for issue #56.Ned Batchelder2010-03-181-0/+40
* Reports now emphasize missed lines over executed lines, since those are more ...Ned Batchelder2010-03-131-2/+2
* 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 sta...Ned Batchelder2010-02-281-5/+18
* 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 e...Ned Batchelder2010-02-201-14/+9
* If the product code throws an exception, 'coverage run' now produces the same...Ned Batchelder2010-02-191-1/+28
* Split out the tests that really run a subprocess.Ned Batchelder2010-01-101-0/+150