pants-adjacent: Does anybody know if you can make ...
# general
a
pants-adjacent: Does anybody know if you can make pytest autouse a fixture based on a mark?
1
b
Always auto use the fixture, request the test request parameter, then bail if the test doesn't have the mark
a
hm. yeah could do that. cheers 👍
b
Yup, I copied that strategy from another plugin 🙈