]> granicus.if.org Git - python/commit
Issue #20101: Allow test_monotonic to pass on Windows machines on which
authorZachary Ware <zachary.ware@gmail.com>
Thu, 2 Jan 2014 15:41:10 +0000 (09:41 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 2 Jan 2014 15:41:10 +0000 (09:41 -0600)
commit487aedb77c9ef9a7cb5e42ae8b2141f310c5d8ef
tree572a6a9be0cf93548a5f6b5d887ce60bb0dd5cfe
parent6a31b0fa19cb5684b144a2f3e5ba1d59b4fd7913
Issue #20101: Allow test_monotonic to pass on Windows machines on which
time.get_clock_info('monotonic').resolution == 0.015600099999999999

This is just a workaround pending a real resolution to #20101.
Lib/test/test_time.py