Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give this helper function a better name, it's confused me too many times. | Ned Batchelder | 2010-06-21 | 1 | -2/+2 |
* | All tests now use underscore names instead of some having camelCase names. | Ned Batchelder | 2010-06-18 | 1 | -6/+6 |
* | Remove unittest main invocations. | Ned Batchelder | 2010-03-15 | 1 | -5/+0 |
* | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 1 | -1/+1 |
* | I never liked the assert_ method anyway. Use assertTrue and assertFalse inst... | Ned Batchelder | 2009-12-13 | 1 | -1/+1 |
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -21/+21 |
* | An attempt to make the memory leak test more predictable, but it might be imp... | Ned Batchelder | 2009-12-01 | 1 | -6/+9 |
* | Although issue #19 was a doctest flaw, it's good to have a test to be sure we... | Ned Batchelder | 2009-11-25 | 1 | -0/+44 |
* | Split the oddball tests into their own file. | Ned Batchelder | 2009-11-25 | 1 | -0/+242 |