]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20452: Fix test_time_and_call_at() of test_asyncio on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 1 Feb 2014 01:18:52 +0000 (02:18 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 1 Feb 2014 01:18:52 +0000 (02:18 +0100)
commit55effc6dd00f456362312c8df32ad2bb1a62ed48
tree3ea668c28596c0cdff96cb3db8fec2d1fab3b309
parent1144214639293d829021902307ef306c305560ba
Issue #20452: Fix test_time_and_call_at() of test_asyncio on Windows

Use the granularity to check the minimum time delta, instead of arbitrary
value.
Lib/test/test_asyncio/test_base_events.py