https://pantsbuild.org/ logo
a

aloof-angle-91616

09/21/2020, 3:15 PM
if you have your test files in the same directory, that should work. if they're in
ns/foo/tests/xx/
, you'll want
sources=['**/test_*.py']
or
sources=['xx/test_*.py']