summaryrefslogtreecommitdiff
path: root/test/test_codeunit.py
Commit message (Expand)AuthorAgeFilesLines
* Source files can have more than one dot in them. Fixes issue #46.Ned Batchelder2010-03-141-0/+14
* This wasn't testing code unit comparisons directly. Now it is.Ned Batchelder2009-12-181-4/+4
* 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 contort...Ned Batchelder2009-09-221-0/+2
* Various Py3k fixes: remove gratuitous print, don't test the print statement, ...Ned Batchelder2009-07-081-0/+11
* Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes.Ned Batchelder2009-06-121-0/+60