Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use CompoundFixture from fixtures>=2.0 rather than rolling our own | Colin Watson | 2022-07-01 | 1 | -16/+2 |
| | | | | `fixtures` 2.0 was released in 2016. | ||||
* | Upgrade Python syntax with pyupgrade --py36-plus | Hugo van Kemenade | 2022-02-07 | 3 | -4/+4 |
| | |||||
* | Remove six | Hugo | 2020-01-18 | 1 | -2/+0 |
| | |||||
* | Upgrade Python syntax with pyupgrade --py3-plus | Hugo | 2020-01-18 | 5 | -32/+21 |
| | |||||
* | Remove redundant Python 2 compatability code | Hugo | 2020-01-18 | 2 | -13/+12 |
| | |||||
* | Upgrade Python syntax with pyupgrade | Hugo | 2020-01-18 | 3 | -5/+5 |
| | |||||
* | Make twistedsupport and tests work on Python 3remove-test-dependency-on-twisted-13 | Free Ekanayaka | 2016-11-26 | 1 | -5/+31 |
| | |||||
* | UTF-8 encode Twisted logs (allenap) | Jonathan Lange | 2016-04-30 | 1 | -2/+2 |
| | |||||
* | Use inlineCallbacks instead of deferredGenerator | Jonathan Lange | 2016-04-27 | 1 | -5/+4 |
| | | | | deferredGenerator is deprecated. | ||||
* | Better handling of KeyboardInterrupt | Jonathan Lange | 2016-02-14 | 1 | -1/+3 |
| | | | | | | When we get a suspected KeyboardInterrupt (no result from Deferred), explicitly stop the result and report the error as if it were a user error. | ||||
* | Fix example in docstring for `failed` | Jonathan Lange | 2016-02-14 | 1 | -1/+2 |
| | |||||
* | Move all Twisted code to twistedsupport package | Jonathan Lange | 2016-02-07 | 6 | -3/+1157 |
| | | | | | | | | | * Move test code to testtools.tests.twistedsupport, to parallel matchers * Add testtools.deferredruntest to preserve backwards compatibility * Move NeedsTwistedTestCase out of test_spinner into shared module for Twisted tests Closes #202 | ||||
* | Revert "Move all Twisted code to twistedsupport package" | Jonathan Lange | 2016-02-07 | 6 | -1157/+3 |
| | | | | | | This reverts commit e571d9c25ff280a21bb879a9c4c264ef233dc9a2. Travis CI was failing before merge. | ||||
* | Move all Twisted code to twistedsupport package | Jonathan Lange | 2016-02-07 | 6 | -3/+1157 |
| | | | | | | | * Move test code to testtools.tests.twistedsupport, to parallel matchers * Add testtools.deferredruntest to preserve backwards compatibility * Move NeedsTwistedTestCase out of test_spinner into shared module for Twisted tests | ||||
* | Options for logging in AsynchronousDeferredRunTest | Jonathan Lange | 2016-02-03 | 1 | -0/+2 |
| | | | | | | | * Exposes `CaptureTwistedLogs`, a fixture responsible for adding Twisted logs as a detail * Adds `suppress_twisted_logging` and `store_twisted_logs` parameters to `AsynchronousDeferredRunTest` | ||||
* | NO_RESULT -> has_no_result | Jonathan Lange | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | Make twistedsupport a package | Jonathan Lange | 2016-01-12 | 1 | -0/+31 |