mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merge 3.5 (Issue #23630, fix test_asyncio)
This commit is contained in:
parent
ca0d0384ad
commit
1d59fee294
1 changed files with 1 additions and 0 deletions
|
@ -764,6 +764,7 @@ class EventLoopTestsMixin:
|
|||
for host in hosts]
|
||||
self.loop.getaddrinfo = getaddrinfo_task
|
||||
self.loop._start_serving = mock.Mock()
|
||||
self.loop._stop_serving = mock.Mock()
|
||||
f = self.loop.create_server(lambda: MyProto(self.loop), hosts, 80)
|
||||
server = self.loop.run_until_complete(f)
|
||||
self.addCleanup(server.close)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue