[Twisted-Python] Conch Testing server and client

Tim Allen screwtape at froup.com
Fri Jul 1 08:57:44 EDT 2011


On Fri, Jul 01, 2011 at 05:44:31PM +0530, Anshul Singhle wrote:
> What I'm trying is :
> class TestAccountStatus(unittest.TestCase):

Is that the Python standard library's unittest.TestCase, or
twisted.trial.unittest.TestCase? As Jean-Paul says, Twisted's TestCase
should automatically handle the reactor for you; that's why it exists.
:)



More information about the Twisted-Python mailing list