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