https://pantsbuild.org/ logo
f

fresh-cat-90827

12/09/2022, 5:14 PM
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

loud-laptop-89838

12/10/2022, 10:46 AM
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.
3 Views