```class PythonTestsSources(PythonSources): de...
# general
a
Copy code
class PythonTestsSources(PythonSources):
    default = ("test_*.py", "*_test.py", "tests.py", "conftest.py")