mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03: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/**",
|
||||
"InvenTree/**/migrations/*.py"
|
||||
]
|
||||
test_patterns = [
|
||||
"test_.*.py",
|
||||
"test.py",
|
||||
"tests.py"
|
||||
]
|
||||
|
||||
|
||||
[[analyzers]]
|
||||
name = "shell"
|
||||
|
Reference in New Issue
Block a user