Ticket #2219 defect closed duplicate
isInIOThread() returns False when used in TestCases
| Reported by: | sifu | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description (last modified by exarkun) (diff)
from twisted.python.threadable import isInIOThread
from twisted.trial import unittest
class IsInIOThread( unittest.TestCase ):
def test_isInIOThread( self ):
self.assertEquals( isInIOThread( ), True )
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

