Ticket #1614 defect closed duplicate

Opened 7 years ago

Last modified 5 years ago

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

1

Changed 7 years ago by jml

  • priority changed from normal to low

2

Changed 5 years ago by exarkun

  • status changed from new to closed
  • resolution set to duplicate

#3178 was a duplicate of this. It has a lot of discussion, so I'm closing this one as a duplicate instead, even though this one was filed first.

3

Changed 2 years ago by <automation>

  • owner jml deleted
Note: See TracTickets for help on using tickets.