summaryrefslogtreecommitdiff
path: root/tests/try_execfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Move try_execfile.py to an unambiguous placeNed Batchelder2016-06-121-84/+0
| | | | | | | | | 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.
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Two windows fixes for testsNed Batchelder2014-12-271-1/+6
|
* they changed the way __loader__ looks in 3.3Buck Golemon2014-11-141-2/+5
|
* shim for pep302 __loader__Buck Golemon2014-11-141-0/+2
|
* Make the try_execfile output something that can be usefully diffed.Ned Batchelder2014-11-141-1/+1
|
* Don't fail because sys.path has duplicate entries. Fixes #337Ned Batchelder2014-11-141-4/+46
|
* A few more metacov clean upsNed Batchelder2014-09-281-6/+1
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+34
package.