Added python test paths to deepsource (#5738)

* Added python test paths to deepsource

* Added test files

* added "tests" too
This commit is contained in:
Matthias Mair 2023-10-18 22:43:50 +02:00 committed by GitHub
parent 3349013646
commit 543d50149b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,12 @@ exclude_patterns = [
"ci/**",
"InvenTree/**/migrations/*.py"
]
test_patterns = [
"test_.*.py",
"test.py",
"tests.py"
]
[[analyzers]]
name = "shell"