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
It would be good to be able to use this context manager/decorator as a way to tell the tests to just freeze time without having to specify any datetime.
Currently it accepts None as a possible value and it defaults to .utcnow(), so it looks like the implementation should be trivial:
Description
It would be good to be able to use this context manager/decorator as a way to tell the tests to just freeze time without having to specify any datetime.
Currently it accepts
None
as a possible value and it defaults to.utcnow()
, so it looks like the implementation should be trivial:freezegun/freezegun/api.py
Lines 460 to 465 in 33fdce8
The text was updated successfully, but these errors were encountered: