summaryrefslogtreecommitdiff
path: root/tests/test_testing.py
Commit message (Expand)AuthorAgeFilesLines
* Clarify how to use make_file for non-ascii content.Ned Batchelder2015-01-221-1/+4
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix t...Ned Batchelder2014-12-121-1/+1
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-4/+4
* Pragmas for uncovered codeNed Batchelder2014-09-281-2/+2
* Move test helpers into the coverage package so others can use themNed Batchelder2014-09-151-3/+1
* Refactor the test tests tooNed Batchelder2014-09-151-12/+16
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-5/+5
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-16/+12
* Use unittest2 to get rid of a bunch of our own test assertion implementations.Ned Batchelder2013-12-161-98/+0
* Add assert_starts_withNed Batchelder2013-12-141-0/+11
* Generator expressons are ok now.Ned Batchelder2013-10-191-2/+2
* Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-3/+2
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-051-1/+28
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-2/+2
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+192