Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imported patch multiline-msg | Ned Batchelder | 2010-04-26 | 1 | -0/+6 |
| | |||||
* | make_files is more useful if it can do subdirectories too. | Ned Batchelder | 2010-03-20 | 1 | -0/+19 |
| | |||||
* | Mark some lines as uncoverable, add some tests for some test methods. | Ned Batchelder | 2009-12-26 | 1 | -0/+8 |
| | |||||
* | Rename our future-happy unittest methods to match their future versions, and ↵ | Ned Batchelder | 2009-11-26 | 1 | -11/+54 |
| | | | | let the future versions win if they exist. | ||||
* | 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 |