How can I mark a pytest_plugin to be autoused? #9098
-
I have a package |
Beta Was this translation helpful? Give feedback.
Answered by
RonnyPfannschmidt
Sep 15, 2021
Replies: 1 comment 1 reply
-
Create a empty autouse fixture called like _require_database(database) in the belonging conftests (sent from mobile) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mbkroese
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a empty autouse fixture called like _require_database(database) in the belonging conftests
(sent from mobile)