summaryrefslogtreecommitdiff
path: root/tests/test_execfile.py
Commit message (Expand)AuthorAgeFilesLines
* Pylint 1.8.1, and fix its new warningsNed Batchelder2017-12-231-1/+1
* Refactor common test infrastructure for fiddling sys.path and finding filesNed Batchelder2017-05-041-9/+3
* Oops, broke this other test using try_execfile.pyNed Batchelder2017-01-191-1/+2
* A cleaner way to exclude Jython concerns from meta-coverage.Ned Batchelder2017-01-161-1/+1
* Reporting doesn't work on Jython, so don't run reporting tests there.Ned Batchelder2017-01-141-0/+4
* Provide a more useful error message if failing to run a non-Python file. #514Ned Batchelder2016-12-171-0/+19
* Another use of try_execfile.py to adjustNed Batchelder2016-06-121-4/+3
* Fix explicit imports of __init__. #410Ned Batchelder2015-10-131-4/+9
* Support directories on the 'coverage run' command line. #252Ned Batchelder2015-08-011-6/+9
* Merged in traff/coverage.py (pull request #50)Ned Batchelder2015-08-011-0/+3
|\
| * Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* | Look for __main__ module if coverage is being run for directory #252Dmitry Trofimov2015-04-141-0/+9
|/
* Make some test setup more uniformNed Batchelder2015-01-181-3/+9
* Don't fail because sys.path has duplicate entries. Fixes #337Ned Batchelder2014-11-141-3/+3
* Use with-open everywhereNed Batchelder2014-10-261-5/+5
* Pragmas for uncovered codeNed Batchelder2014-09-281-2/+2
* Pylint upgrade and cleanup.Ned Batchelder2014-09-211-1/+1
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-2/+2
* Refactor execfile to avoid imp to avoid deprecation warningsNed Batchelder2014-05-161-0/+5
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-13/+14
* with statements: no more finally closeNed Batchelder2013-10-201-4/+1
* Now we can run .pyc files directly. Closes #264.Ned Batchelder2013-09-281-2/+57
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+116