Test fixing deepsource test patterns

This commit is contained in:
Bobbe 2023-10-26 02:02:42 +02:00
parent 9fdf44f495
commit 398ef93cd6

View File

@ -7,9 +7,9 @@ exclude_patterns = [
"InvenTree/**/migrations/*.py"
]
test_patterns = [
"test_.*.py",
"test.py",
"tests.py"
"test_*.py",
"**/test.py",
"**/tests.py"
]