Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename our future-happy unittest methods to match their future versions, and ... | Ned Batchelder | 2009-11-26 | 1 | -11/+54 |
* | Refactor generic unittest methods into a new class. | Ned Batchelder | 2009-11-26 | 1 | -3/+3 |
* | Add a multiline test assert, lifted from Py3.1 | Ned Batchelder | 2009-11-21 | 1 | -0/+5 |
* | Dur! This is a better way to indicate how the tests should run. | Ned Batchelder | 2009-11-18 | 1 | -3/+1 |
* | Avoid some unneeded tempdir creation in tests. | Ned Batchelder | 2009-11-15 | 1 | -0/+4 |
* | Py 2.3 support | Ned Batchelder | 2009-10-25 | 1 | -0/+2 |
* | Add an assert_matches method, and tests to prove it works. | Ned Batchelder | 2009-10-25 | 1 | -0/+26 |