summaryrefslogtreecommitdiff
path: root/test/test_oddball.py
Commit message (Collapse)AuthorAgeFilesLines
* version_info is a nicer way to check Python versions than hexversion is.Ned Batchelder2009-12-131-1/+1
|
* I never liked the assert_ method anyway. Use assertTrue and assertFalse ↵Ned Batchelder2009-12-131-1/+1
| | | | instead.
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-21/+21
|
* An attempt to make the memory leak test more predictable, but it might be ↵Ned Batchelder2009-12-011-6/+9
| | | | impossible.
* Although issue #19 was a doctest flaw, it's good to have a test to be sure ↵Ned Batchelder2009-11-251-0/+44
| | | | we're still working well with doctests.
* Split the oddball tests into their own file.Ned Batchelder2009-11-251-0/+242