summaryrefslogtreecommitdiff
path: root/tests/test_process.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove old stuff for old PythonsNed Batchelder2014-06-031-17/+17
|
* Round fail-under result same as others. Fixed #284.Ned Batchelder2014-06-031-12/+27
|
* Switch some uses of old command line syntax to newNed Batchelder2014-05-181-10/+10
|
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-3/+3
|
* Finish up #305.Ned Batchelder2014-05-171-0/+12
|
* Add a test of the pydoc behavior.Ned Batchelder2013-12-141-0/+24
|
* Not going to use print functions, but at least make them all look the same.Ned Batchelder2013-10-201-4/+4
|
* with statements: no more finally closeNed Batchelder2013-10-201-4/+1
|
* Generator expressons are ok now.Ned Batchelder2013-10-191-1/+1
|
* We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-16/+13
|
* Can't just run 'python' in a subprocess from 3.x, since it doesn't install ↵Ned Batchelder2013-10-051-2/+4
| | | | as 'python'.
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-281-1/+3
|
* Add one more assertion to a test about COVERAGE_PROCESS_START.Ned Batchelder2013-09-151-1/+3
|
* Get sys.path right when running modules with -m, fixes #207 and #242.Ned Batchelder2013-04-201-15/+28
|
* Don't issue spurious warnings about the trace function changing. Fixes #164Ned Batchelder2013-03-101-0/+33
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-3/+3
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+575
package.