-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
During testing do not postpone execution of the tasks #5
base: master
Are you sure you want to change the base?
Conversation
We should probably have test cases verifying that this works as expected depending on the configuration of ALWAYS_EAGER. @ticosax, will you add those? |
sure |
Should returns immediately
fe45d24
to
d9628c2
Compare
@nickbruun I added the test. |
|
||
|
||
class EagerTestCase(TestCase): | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's get some docstrings on this for good meassure.
ok done. I will squash all commits once you agree. |
Come to think of it, this would defeat the purpose of |
I'm not sure I understand your point.
I agree with you and it was my intent; the test is proving it. |
No description provided.