Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use assertRaises as a context manager now that we can. | Ned Batchelder | 2013-12-21 | 1 | -10/+11 |
| | |||||
* | We only run on 2.6, 2.7, 3.2, 3.3 now. | Ned Batchelder | 2013-10-19 | 1 | -37/+36 |
| | |||||
* | Improve the memory leak test, so it doesn't give us so many false negatives. | Ned Batchelder | 2013-09-17 | 1 | -17/+31 |
| | |||||
* | Tweaks to Matt's merged pull request. | Ned Batchelder | 2013-04-21 | 1 | -5/+4 |
| | |||||
* | Removed redundant code; Changed a setup.py test to ensure that the proper ↵ | desmaj | 2013-03-18 | 1 | -1/+4 |
| | | | | setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental | ||||
* | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -2/+2 |
| | |||||
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 1 | -0/+386 |
package. |