summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
Commit message (Collapse)AuthorAgeFilesLines
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-10/+11
|
* We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-37/+36
|
* Improve the memory leak test, so it doesn't give us so many false negatives.Ned Batchelder2013-09-171-17/+31
|
* Tweaks to Matt's merged pull request.Ned Batchelder2013-04-211-5/+4
|
* Removed redundant code; Changed a setup.py test to ensure that the proper ↵desmaj2013-03-181-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 Batchelder2013-02-021-2/+2
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+386
package.