MCPcopy Create free account
hub / github.com/EasyIME/PIME / setUp

Method setUp

python/python3/tornado/test/netutil_test.py:188–190  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

186@unittest.skipIf(sys.platform == "win32", "twisted resolver hangs on windows")
187class TwistedResolverTest(AsyncTestCase, _ResolverTestMixin):
188 def setUp(self):
189 super().setUp()
190 self.resolver = TwistedResolver()
191
192
193class IsValidIPTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

TwistedResolverClass · 0.90
setUpMethod · 0.45

Tested by

no test coverage detected