summaryrefslogtreecommitdiff
path: root/test/test_execfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Finally realized that unit test classes should be named like any other ↵Ned Batchelder2009-04-171-1/+1
| | | | class: after the instance they create.
* 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 ↵Ned Batchelder2009-04-031-0/+19
properly: now they get the correct value for __file__.