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
Currently, watcher_getter is session scoped, which means that the finalizer will be session scoped too. Would it make sense to have watcher_getter_function accept request from the "real" fixture instead of the request from watcher_getter?
The implementations of process fixtures would then have to pass request explicitly:
Currently,
watcher_getter
is session scoped, which means that the finalizer will be session scoped too. Would it make sense to havewatcher_getter_function
acceptrequest
from the "real" fixture instead of the request fromwatcher_getter
?The implementations of process fixtures would then have to pass request explicitly:
(I'm trying to implement a celery worker that run function scoped, will open a separate issue to see if that is a good fit for pytest-services)
The text was updated successfully, but these errors were encountered: