mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +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:
parent
3349013646
commit
543d50149b
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user