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
As title says, it appears the FakeDatetime.date method (see the docs) is not implemented, and so inherits from the native date object. This leads to errors like TypeError: can't compare FakeDatetime to datetime.date.
As title says, it appears the FakeDatetime.date method (see the docs) is not implemented, and so inherits from the native date object. This leads to errors like
TypeError: can't compare FakeDatetime to datetime.date
.Testcase:
Expected output:
Actual ouput:
The text was updated successfully, but these errors were encountered: