summaryrefslogtreecommitdiff
path: root/test/test_testing.py
Commit message (Expand)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-192/+0
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-3/+2
* Retro-fit onto 2.3 and 2.4 again.Ned Batchelder2012-12-191-2/+2
* Fix this testNed Batchelder2012-11-281-2/+4
* Add an environment variable to the sub-python test.Ned Batchelder2012-11-241-0/+5
* 'coverage debug sys' shows the python executable, and there's a test that our...Ned Batchelder2012-11-241-0/+17
* Add assertGreater to our arsenal.Ned Batchelder2012-11-121-0/+8
* lintNed Batchelder2012-11-111-2/+6
* Add in assertNotIn.Ned Batchelder2012-11-101-1/+9
* Test that make_file can truly make a utf8 file.Ned Batchelder2012-11-101-2/+12
* Add assertIn for test use.Ned Batchelder2012-11-091-0/+8
* One more way to be picky: no final blank lines.Ned Batchelder2012-10-301-1/+0
* 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