summaryrefslogtreecommitdiff
path: root/testtools/twistedsupport/_deferreddebug.py
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-1/+1
|
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-071-0/+21
| | | | | | | | | * 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-071-21/+0
| | | | | | This reverts commit e571d9c25ff280a21bb879a9c4c264ef233dc9a2. Travis CI was failing before merge.
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-071-0/+21
* 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