summaryrefslogtreecommitdiff
path: root/testtools/twistedsupport
Commit message (Collapse)AuthorAgeFilesLines
* Use CompoundFixture from fixtures>=2.0 rather than rolling our ownColin Watson2022-07-011-16/+2
| | | | `fixtures` 2.0 was released in 2016.
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2022-02-073-4/+4
|
* Remove sixHugo2020-01-181-2/+0
|
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-185-32/+21
|
* Remove redundant Python 2 compatability codeHugo2020-01-182-13/+12
|
* Upgrade Python syntax with pyupgradeHugo2020-01-183-5/+5
|
* Make twistedsupport and tests work on Python 3remove-test-dependency-on-twisted-13Free Ekanayaka2016-11-261-5/+31
|
* UTF-8 encode Twisted logs (allenap)Jonathan Lange2016-04-301-2/+2
|
* Use inlineCallbacks instead of deferredGeneratorJonathan Lange2016-04-271-5/+4
| | | | deferredGenerator is deprecated.
* Better handling of KeyboardInterruptJonathan Lange2016-02-141-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 Lange2016-02-141-1/+2
|
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-076-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 Lange2016-02-076-1157/+3
| | | | | | This reverts commit e571d9c25ff280a21bb879a9c4c264ef233dc9a2. Travis CI was failing before merge.
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-076-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 AsynchronousDeferredRunTestJonathan Lange2016-02-031-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_resultJonathan Lange2016-01-131-2/+2
|
* Make twistedsupport a packageJonathan Lange2016-01-121-0/+31