https://pantsbuild.org/ logo
s

shy-island-79431

11/09/2020, 10:44 PM
Hello, everyone! I’m new to Pants and currently testing it out with a work project. I’m having issues getting either the
run
or
test
goals to work. I think the errors are as a result of our directory structure, which looks something like this:
Copy code
package
 -- src
   -- package
     -- package.py
 -- test
   -- test_package.py
 BUILD