You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iterate through the range of possible datetime.timedelta values, and for each one (or a subset?), ensure that a corresponding and comparatively-equal timedelta_isoformat.timedelta object can be constructed and round-tripped from object-to-string-and-back.
This could be computationally expensive, depending on how it's achieved - so I don't know whether it should be added to the tests directory.
The text was updated successfully, but these errors were encountered:
Iterate through the range of possible
datetime.timedelta
values, and for each one (or a subset?), ensure that a corresponding and comparatively-equaltimedelta_isoformat.timedelta
object can be constructed and round-tripped from object-to-string-and-back.This could be computationally expensive, depending on how it's achieved - so I don't know whether it should be added to the
tests
directory.The text was updated successfully, but these errors were encountered: