summaryrefslogtreecommitdiff
path: root/coverage/test_helpers.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the test helpers into their own repoNed Batchelder2016-06-011-394/+0
|
* Add a method to support unittestNed Batchelder2016-05-311-0/+4
|
* Clarify when delayed_assertions is known to work.Ned Batchelder2016-01-041-1/+5
| | | | | --HG-- branch : ast-branch
* Fix 2.6, as usualNed Batchelder2016-01-041-1/+1
| | | | | --HG-- branch : ast-branch
* Add a delayed_assertions context managerNed Batchelder2016-01-041-0/+49
| | | | | --HG-- branch : ast-branch
* Handle yield-from and await. All tests passNed Batchelder2016-01-021-6/+6
| | | | | --HG-- branch : ast-branch
* Context managers wouldn't clean up during exceptions.Ned Batchelder2015-08-171-4/+8
|
* A better nameNed Batchelder2015-08-171-5/+5
|
* Move more code from test_farm.py to test_helpers.pyNed Batchelder2015-08-171-7/+48
|
* Make FarmTestCase a real TestCaseNed Batchelder2015-08-171-1/+1
|
* Fixing spellingNed Batchelder2015-08-041-2/+2
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Not sure how I missed this UndefinedLocal.... :(Ned Batchelder2015-04-251-2/+1
|
* A better way to indicate that a tempdir test isn't making any files.Ned Batchelder2015-04-241-2/+11
|
* Remove (most) tearDown functions in favor of addCleanupNed Batchelder2015-02-091-2/+2
|
* Plugin support is now only in the CTracer, not in the PyTracer.Ned Batchelder2015-02-091-1/+1
|
* Re-use CheckUniqueFilenames for test_collector.pyNed Batchelder2015-02-081-0/+1
|
* Useful debugging help.Ned Batchelder2015-02-081-0/+5
|
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-071-1/+4
| | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped.
* Clarify how to use make_file for non-ascii content.Ned Batchelder2015-01-221-4/+8
|
* More improvements to the test helpers.Ned Batchelder2014-10-071-13/+18
|
* Make the test helpers more correct on their own.Ned Batchelder2014-10-051-2/+7
|
* More things we don't need with the latest versionsNed Batchelder2014-09-201-10/+0
|
* Forgot to add the new file...Ned Batchelder2014-09-161-0/+268