mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Added python test paths to deepsource (#5738)
* Added python test paths to deepsource * Added test files * added "tests" too
This commit is contained in:
@ -6,6 +6,12 @@ exclude_patterns = [
|
|||||||
"ci/**",
|
"ci/**",
|
||||||
"InvenTree/**/migrations/*.py"
|
"InvenTree/**/migrations/*.py"
|
||||||
]
|
]
|
||||||
|
test_patterns = [
|
||||||
|
"test_.*.py",
|
||||||
|
"test.py",
|
||||||
|
"tests.py"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
[[analyzers]]
|
[[analyzers]]
|
||||||
name = "shell"
|
name = "shell"
|
||||||
|
Reference in New Issue
Block a user