Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the test helpers into their own repo | Ned Batchelder | 2016-06-01 | 1 | -394/+0 |
| | |||||
* | Add a method to support unittest | Ned Batchelder | 2016-05-31 | 1 | -0/+4 |
| | |||||
* | Clarify when delayed_assertions is known to work. | Ned Batchelder | 2016-01-04 | 1 | -1/+5 |
| | | | | | --HG-- branch : ast-branch | ||||
* | Fix 2.6, as usual | Ned Batchelder | 2016-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : ast-branch | ||||
* | Add a delayed_assertions context manager | Ned Batchelder | 2016-01-04 | 1 | -0/+49 |
| | | | | | --HG-- branch : ast-branch | ||||
* | Handle yield-from and await. All tests pass | Ned Batchelder | 2016-01-02 | 1 | -6/+6 |
| | | | | | --HG-- branch : ast-branch | ||||
* | Context managers wouldn't clean up during exceptions. | Ned Batchelder | 2015-08-17 | 1 | -4/+8 |
| | |||||
* | A better name | Ned Batchelder | 2015-08-17 | 1 | -5/+5 |
| | |||||
* | Move more code from test_farm.py to test_helpers.py | Ned Batchelder | 2015-08-17 | 1 | -7/+48 |
| | |||||
* | Make FarmTestCase a real TestCase | Ned Batchelder | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | Fixing spelling | Ned Batchelder | 2015-08-04 | 1 | -2/+2 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Not sure how I missed this UndefinedLocal.... :( | Ned Batchelder | 2015-04-25 | 1 | -2/+1 |
| | |||||
* | A better way to indicate that a tempdir test isn't making any files. | Ned Batchelder | 2015-04-24 | 1 | -2/+11 |
| | |||||
* | Remove (most) tearDown functions in favor of addCleanup | Ned Batchelder | 2015-02-09 | 1 | -2/+2 |
| | |||||
* | Plugin support is now only in the CTracer, not in the PyTracer. | Ned Batchelder | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Re-use CheckUniqueFilenames for test_collector.py | Ned Batchelder | 2015-02-08 | 1 | -0/+1 |
| | |||||
* | Useful debugging help. | Ned Batchelder | 2015-02-08 | 1 | -0/+5 |
| | |||||
* | Fully embrace SkipTest with our own method. | Ned Batchelder | 2015-02-07 | 1 | -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 Batchelder | 2015-01-22 | 1 | -4/+8 |
| | |||||
* | More improvements to the test helpers. | Ned Batchelder | 2014-10-07 | 1 | -13/+18 |
| | |||||
* | Make the test helpers more correct on their own. | Ned Batchelder | 2014-10-05 | 1 | -2/+7 |
| | |||||
* | More things we don't need with the latest versions | Ned Batchelder | 2014-09-20 | 1 | -10/+0 |
| | |||||
* | Forgot to add the new file... | Ned Batchelder | 2014-09-16 | 1 | -0/+268 |