Question about BUILD files - while I'm grateful fo...
# general
b
Question about BUILD files - while I'm grateful for the examples in the example repo, I can't find any definitive documentation about where they are required, and what must be in them for $functionality to work In the process of testing a migration of a big library repo to be a monorepo (core + various other libs, no apps), I find that when invoking the
test
goal, code which runs fine with plain
pytest namespace/pkg/tests/
has trouble with resolving modules.
a
@hundreds-father-404 wrote this like last week i think so not clear if everyone has seen it yet: https://www.pantsbuild.org/docs/targets . this migration sounds exciting! would love to help
we really want to correspond to the workflow of just running pytest by hand so this is definitely something we want to work with you on