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
time.sleep
We waste a bunch of time in unit tests on sleeps. We should use mocker.patch(time.sleep) in the CDK tests to skip actual sleeps.
mocker.patch(time.sleep)
See an example here.
unit tests don't actually sleep
┆Issue is synchronized with this Monday item by Unito
The text was updated successfully, but these errors were encountered:
brianjlai
No branches or pull requests
Tell us about the problem you're trying to solve
We waste a bunch of time in unit tests on sleeps. We should use
mocker.patch(time.sleep)
in the CDK tests to skip actual sleeps.See an example here.
Describe the solution you’d like
unit tests don't actually sleep
┆Issue is synchronized with this Monday item by Unito
The text was updated successfully, but these errors were encountered: