Ticket #1614 defect closed duplicate
trial fails to set reactor.running flag
| Reported by: | landonf | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
Reproduction case:
from twisted.internet import reactor
from twisted.trial import unittest
class ReactorIsRunning(unittest.TestCase):
def test_reactorIsRunning(self):
self.failUnless(reactor.running)
Change History
Note: See
TracTickets for help on using
tickets.
