python-tuf/tuf/ngclient/_internal
Ivana Atanasova d8d0486514 Fix expired metadata tests
This change fixes the expired metadata tests to mock `datetime`
as previously they mocked `time` incorrectly, which did not affect
update methods, as they use `datetime.datetime.utcnow()` to
calculate now

Signed-off-by: Ivana Atanasova <iyovcheva@vmware.com>
2022-03-18 19:53:50 +02:00
..
__init__.py ngclient: Add new client code 2021-07-05 10:45:19 +03:00
requests_fetcher.py Fix line lengths in ngclient docstrings 2022-02-11 15:33:48 +02:00
trusted_metadata_set.py Fix expired metadata tests 2022-03-18 19:53:50 +02:00