add: test patterns to deepsource conf

This commit is contained in:
eggplants
2022-02-08 04:35:46 +09:00
parent b4f69f0d43
commit 247fe0393b

View File

@@ -3,6 +3,9 @@ version = 1
[[analyzers]]
name = "python"
enabled = true
test_patterns = [
"tests/**",
"test_*.py"
]
[analyzers.meta]
runtime_version = "3.x.x"