Hello, everyone! I’m new to Pants and currently te...
# general
s
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