in a Python monorepo, how do you work with `confte...
# general
f
in a Python monorepo, how do you work with
conftest.py
fixtures and what are the best practices you've discovered? GitHub Discussion with more information is here
👀 1
l
I added my comment on GitHub but basically I like haveing one "main" conftest and then create sub-contests as needed, which get imported into the main one as plugins. I think this approach works well with pants too and the concept of the monorepo.