mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
asyncio tests: Remove scories of resolution/granularity
This commit is contained in:
parent
aa029dad50
commit
87bf2772be
2 changed files with 0 additions and 3 deletions
|
@ -39,7 +39,6 @@ class BaseSelectorEventLoopTests(unittest.TestCase):
|
|||
|
||||
def setUp(self):
|
||||
selector = unittest.mock.Mock()
|
||||
selector.resolution = 1e-3
|
||||
self.loop = TestBaseSelectorEventLoop(selector)
|
||||
|
||||
def test_make_socket_transport(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue