summaryrefslogtreecommitdiff
path: root/testtools/twistedsupport/_spinner.py
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2022-02-071-1/+1
|
* Remove sixHugo2020-01-181-2/+0
|
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-20/+10
|
* Upgrade Python syntax with pyupgradeHugo2020-01-181-1/+1
|
* Make twistedsupport and tests work on Python 3remove-test-dependency-on-twisted-13Free Ekanayaka2016-11-261-5/+31
|
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-071-0/+302
| | | | | | | | | * 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-302/+0
| | | | | | This reverts commit e571d9c25ff280a21bb879a9c4c264ef233dc9a2. Travis CI was failing before merge.
* Move all Twisted code to twistedsupport packageJonathan Lange2016-02-071-0/+302
* 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