Fix test pattern glob in .deepsource.toml (#324)

Signed-off-by: Jai <jai@deepsource.io>
This commit is contained in:
Jai Pradeesh
2019-05-04 16:48:17 -04:00
committed by Piero Molino
parent cc9947803d
commit f19e8f8c4b
+1 -1
View File
@@ -1,7 +1,7 @@
version = 1
test_patterns = [
"tests/"
"tests/**"
]
[[analyzers]]