Join Slack
Powered by
if you have your test files in the same directory,...
# general
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']
Open in Slack
Previous
Next