summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codeop.py
Commit message (Collapse)AuthorAgeFilesLines
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
| | | | | allows using the tests with unittest.py as a script. The tests will still run when run as a script themselves.
* Whitespace normalization.Tim Peters2001-08-091-4/+4
|
* Patch #442866: Tests for codeop.py.Martin v. Löwis2001-07-301-0/+90