• Victor Stinner's avatar
    test_time: rewrite PyTime API rounding tests · 3e2c8d84
    Victor Stinner authored
    Drop all hardcoded tests. Instead, reimplement each function in Python, usually
    using decimal.Decimal for the rounding mode.
    
    Add much more values to the dataset. Test various timestamp units from
    picroseconds to seconds, in integer and float.
    
    Enhance also _PyTime_AsSecondsDouble().
    3e2c8d84
test_time.py 34 KB