summaryrefslogtreecommitdiff
path: root/test/test_codeunit.py
Commit message (Collapse)AuthorAgeFilesLines
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-2/+1
|
* Dur! This is a better way to indicate how the tests should run.Ned Batchelder2009-11-181-1/+2
|
* Avoid some unneeded tempdir creation in tests.Ned Batchelder2009-11-151-0/+1
|
* Working toward reading source from eggs, but this isn't right on Py3k yet.Ned Batchelder2009-09-291-0/+9
|
* The best way to get py3k support: same source runs on both, with some ↵Ned Batchelder2009-09-221-0/+2
| | | | contortions.
* Various Py3k fixes: remove gratuitous print, don't test the print statement, ↵Ned Batchelder2009-07-081-0/+11
| | | | deal with __cmp__ ugliness, etc.
* Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes.Ned Batchelder2009-06-121-0/+60