If I specify my_app/tests
as a directory in sonar.tests
, is it supposed to find test files in child directories as well (e.g. my_app/tests/foo/test_foo.py
)?
Welcome to the community!
Yes, all files under the directory tree will be discovered and considered as test code.