summaryrefslogtreecommitdiff
path: root/tests/test_execfile.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ned Batchelder2013-02-021-0/+116
package.