Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#general
Title
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']
Post