add: test patterns to deepsource conf
This commit is contained in:
@@ -3,6 +3,9 @@ version = 1
|
|||||||
[[analyzers]]
|
[[analyzers]]
|
||||||
name = "python"
|
name = "python"
|
||||||
enabled = true
|
enabled = true
|
||||||
|
test_patterns = [
|
||||||
|
"tests/**",
|
||||||
|
"test_*.py"
|
||||||
|
]
|
||||||
[analyzers.meta]
|
[analyzers.meta]
|
||||||
runtime_version = "3.x.x"
|
runtime_version = "3.x.x"
|
||||||
|
Reference in New Issue
Block a user