summaryrefslogtreecommitdiff
path: root/test/test_testing.py
Commit message (Expand)AuthorAgeFilesLines
* Add a test helper for checking on the existence of files.Ned Batchelder2011-03-221-0/+9
* Some pylint cleanups.Ned Batchelder2011-02-011-3/+7
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
* Add a test for the newline= feature of make_fileNed Batchelder2011-01-301-0/+8
* The 'source' option is a list of directories or packages to limit coverage's ...Ned Batchelder2010-06-131-2/+2
* imported patch multiline-msgNed Batchelder2010-04-261-0/+6
* make_files is more useful if it can do subdirectories too.Ned Batchelder2010-03-201-0/+19
* Mark some lines as uncoverable, add some tests for some test methods.Ned Batchelder2009-12-261-0/+8
* Rename our future-happy unittest methods to match their future versions, and ...Ned Batchelder2009-11-261-11/+54
* Refactor generic unittest methods into a new class.Ned Batchelder2009-11-261-3/+3
* Add a multiline test assert, lifted from Py3.1Ned Batchelder2009-11-211-0/+5
* Dur! This is a better way to indicate how the tests should run.Ned Batchelder2009-11-181-3/+1
* Avoid some unneeded tempdir creation in tests.Ned Batchelder2009-11-151-0/+4
* Py 2.3 supportNed Batchelder2009-10-251-0/+2
* Add an assert_matches method, and tests to prove it works.Ned Batchelder2009-10-251-0/+26