summaryrefslogtreecommitdiff
path: root/tests/modules/process_test/try_execfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Setuptools fixed their egg-ordering problem, no need for this test ↵Ned Batchelder2016-07-291-5/+0
| | | | workaround any more.
* Compensate for setuptools 25.0.0 seemingly doing sys.path differentlyNed Batchelder2016-07-241-0/+5
|
* Move try_execfile.py to an unambiguous placeNed Batchelder2016-06-121-0/+84
Where it was, we were counting on "tests" referring to coverage.py's own tests directory, but a -e install of a helper like unittest-mixins could provide a tests directory, which prevented the imports we needed for the tests. Moving try_execfile.py to a new subdirectory with a less-common name solves the problem.