Opened 5 years ago
#101 new enhancement
Use `freezegun` to speed up time zone tests
Reported by: | schwa | Owned by: | schwa |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Test code | Version: | 3.2 |
Keywords: | test, time, freezegun | Cc: |
Description
The ftputil unit tests have some tests that run over a minute because they test the time zone handling, which is only accurate up to a minute.
The package freezegun is intended to help with time-sensitive unit tests by mocking calls in the date/time-related modules of the Python standard library.
Investigate if we can use freezegun
to speed up ftputil's tests and if yes, use the package.
Note: See
TracTickets for help on using
tickets.