mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
Revert "Test fixing deepsource test patterns"
This reverts commit 398ef93cd6
.
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