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

Method setUp

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

Source from the content-addressed store, hash-verified

167@unittest.skipIf(sys.platform == "darwin", "pycares doesn't return 127.0.0.1 on darwin")
168class CaresResolverTest(AsyncTestCase, _ResolverTestMixin):
169 def setUp(self):
170 super().setUp()
171 self.resolver = CaresResolver()
172
173
174# TwistedResolver produces consistent errors in our test cases so we

Callers 6

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls 1

CaresResolverClass · 0.90

Tested by

no test coverage detected