testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00568
[Bug 720749] [NEW] No public API to get reactor being used by AsynchronousDeferredRunTests
Public bug reported:
When writing a test with AsynchronousDeferredRunTest, there's no public
API to get the reactor that it's using.
'from twisted.internet import reactor' will work, but really, ADRT
should set the reactor on the test case, or something like that.
** Affects: testtools
Importance: Wishlist
Status: Triaged
--
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/720749
Title:
No public API to get reactor being used by
AsynchronousDeferredRunTests
Status in testtools:
Triaged
Bug description:
When writing a test with AsynchronousDeferredRunTest, there's no
public API to get the reactor that it's using.
'from twisted.internet import reactor' will work, but really, ADRT
should set the reactor on the test case, or something like that.
Follow ups
References