cpython: 7f649ff0756c (original) (raw)

Mercurial > cpython

changeset 88856:7f649ff0756c

Issue #20452: test_asyncio: Add more info if the test fails [#20452]

Victor Stinner victor.stinner@gmail.com
date Fri, 31 Jan 2014 16:39:10 +0100
parents 55abd847c9f5
children 4e30f327164a
files Lib/test/test_asyncio/test_base_events.py
diffstat 1 files changed, 7 insertions(+), 2 deletions(-)[+] [-] Lib/test/test_asyncio/test_base_events.py 9

line wrap: on

line diff

--- a/Lib/test/test_asyncio/test_base_events.py +++ b/Lib/test/test_asyncio/test_base_events.py @@ -120,8 +120,13 @@ class BaseEventLoopTests(unittest.TestCa self.loop.call_at(when, cb) t0 = self.loop.time() self.loop.run_forever()

def test_run_once_in_executor_handle(self): def cb():