mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Test fixing deepsource test patterns
This commit is contained in:
@ -7,9 +7,9 @@ exclude_patterns = [
|
||||
"InvenTree/**/migrations/*.py"
|
||||
]
|
||||
test_patterns = [
|
||||
"test_.*.py",
|
||||
"test.py",
|
||||
"tests.py"
|
||||
"test_*.py",
|
||||
"**/test.py",
|
||||
"**/tests.py"
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user