[issue20964] Add support.check_time_delta()

2015-10-02 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue20964] Add support.check_time_delta()

2014-03-17 Thread STINNER Victor
STINNER Victor added the comment: I ran test_time and test_asyncio on Linux and Windows with --check-time-delta=1e-9 and the tests passed. -- ___ Python tracker ___

[issue20964] Add support.check_time_delta()

2014-03-17 Thread STINNER Victor
New submission from STINNER Victor: Follow-up of issue #20910: add a support.check_time_delta() function an a --check-time-delta command line option for Lib/test/regrtest.py. By default, the function tolerate a difference of 500 ms for the maximum delta. The idea is to set the --check-time-del