summaryrefslogtreecommitdiff
path: root/test/test_execfile.py
Commit message (Expand)AuthorAgeFilesLines
* More docstringsNed Batchelder2009-05-091-0/+1
* Also make __builtins__ available in main programs.Ned Batchelder2009-05-091-1/+4
* Change run_python_file again so that it doesn't produce compiled turds in the...Ned Batchelder2009-05-091-16/+10
* makeFile is more useful if it doesn't append .pyNed Batchelder2009-05-081-0/+14
* Line length < 80.Ned Batchelder2009-04-191-1/+2
* Commonalize more of the test case code.Ned Batchelder2009-04-181-18/+7
* Finally realized that unit test classes should be named like any other class:...Ned Batchelder2009-04-171-1/+1
* Pylint tweaksNed Batchelder2009-04-121-2/+4
* Even better execution of main files.Ned Batchelder2009-04-041-3/+28
* Factor execfile out of cmdline, so that we can call python main programs prop...Ned Batchelder2009-04-031-0/+19