-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Async fixtures defined with autouse
aren't automatically used. E.g.
@pytest.fixture(autouse=True):
async def clear_some_db_table():
...
I'm sure this is a side-effect of the trio-fixture workaround approach explained in the docs, but it still might be possible to find those fixtures and make them work. If not, I think this rub is at least worth specifically mentioning in the docs.
Metadata
Metadata
Assignees
Labels
No labels