mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge 3.4
This commit is contained in:
commit
c4e27e277c
1 changed files with 4 additions and 0 deletions
|
@ -2212,6 +2212,10 @@ class SleepTests(test_utils.TestCase):
|
|||
self.loop = asyncio.new_event_loop()
|
||||
asyncio.set_event_loop(None)
|
||||
|
||||
def tearDown(self):
|
||||
self.loop.close()
|
||||
self.loop = None
|
||||
|
||||
def test_sleep_zero(self):
|
||||
result = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue