2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00

Update .deepsource.toml (#5812)

Fix test patterns for deepsource

Ref: https://github.com/inventree/InvenTree/pull/5778#issuecomment-1781903275
This commit is contained in:
Oliver 2023-10-30 12:41:17 +11:00 committed by GitHub
parent 8aad3eeefa
commit 8c14614bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,9 @@ exclude_patterns = [
"src/frontend/src/locales/**" # Frontend: Translations "src/frontend/src/locales/**" # Frontend: Translations
] ]
test_patterns = [ test_patterns = [
"test_.*.py", "**/test_.*.py",
"test.py", "**/test.py",
"tests.py" "**/tests.py"
] ]