]> granicus.if.org Git - python/commit
asyncio: Refactor test__run_once_logging() to not rely on the exact number of
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jun 2014 23:22:15 +0000 (01:22 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jun 2014 23:22:15 +0000 (01:22 +0200)
commitd6f02fc649d2e248f2e7b418771371db2b6637a2
tree1d9959fa6d6b264665bb959c7f5db5ca476cfee7
parent8d3e02ef5a452b59fc909bf45d1d18bfd916c596
asyncio: Refactor test__run_once_logging() to not rely on the exact number of
calls to time.monotonic(). Use a "fast select" and a "slow select" instead.
Lib/test/test_asyncio/test_base_events.py