breezy-electrician-41537
05/04/2024, 12:48 AM[source]
root_patterns = [
"/",
"src/",
"tests/",
]
Now this works. Going forward, there'll be projB, projC added with a similar structure.
Now when I try to run something, e.g. pants test projA/tests::
. it runs fine. However, if I remove the /
root patterns, running the same gets me No source root for projA
. With this setup, do I need those three root patterns? Is there a better approach?broad-processor-92400
05/05/2024, 11:32 PMsrc/projA
and one in tests/
.