mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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/**",
|
||||
"InvenTree/**/migrations/*.py"
|
||||
]
|
||||
test_patterns = [
|
||||
"test_.*.py",
|
||||
"test.py",
|
||||
"tests.py"
|
||||
]
|
||||
|
||||
|
||||
[[analyzers]]
|
||||
name = "shell"
|
||||
|
Loading…
Reference in New Issue
Block a user