if you have your test files in the same directory,...
# general
a
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']