mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Revert "Test fixing deepsource test patterns"
This reverts commit 398ef93cd64e76f0a2b8b84ad73fed494a49d3f6.
This commit is contained in:
parent
398ef93cd6
commit
6fffc70309
@ -7,9 +7,9 @@ exclude_patterns = [
|
||||
"InvenTree/**/migrations/*.py"
|
||||
]
|
||||
test_patterns = [
|
||||
"test_*.py",
|
||||
"**/test.py",
|
||||
"**/tests.py"
|
||||
"test_.*.py",
|
||||
"test.py",
|
||||
"tests.py"
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user