mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Test fixing deepsource test patterns
This commit is contained in:
parent
9fdf44f495
commit
398ef93cd6
@ -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"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user