Evan Fagerberg

Results 6 comments of Evan Fagerberg

Thanks for the link that is helpful but the common set up use case. However I think in general if I had n tests using the db fixture with distinct...

My guess is that when restarting it also restarts the worker and the dashboard is counting the results from the new celery worker.

I know the documentation mentions `IO`s are not lazy because it would be more familiar to existing python developers and help with using the `impure` decorator. However I am skeptical...

Seems like the current workaround is to wrap the parameter in an optional and handle the default in code, or to use overloads. Optional probably is better due to it's...