We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://pypi.org/project/freezegun/.
Would save the clock argument in the Controller which is only used for testing anyway. The code could properly use datetime.now().
clock
datetime.now()
The text was updated successfully, but these errors were encountered:
Yep, I should agree with you. At first, I was avoiding any external dependencies, but now it looks so complicated for tests.
Sorry, something went wrong.
It's only a test dependency too.
Would you like to issue a pull request?
If time permits, I'll do it. First I'll have to get things up and running though.
Successfully merging a pull request may close this issue.
See https://pypi.org/project/freezegun/.
Would save the
clock
argument in the Controller which is only used for testing anyway. The code could properly usedatetime.now()
.The text was updated successfully, but these errors were encountered: