Revert "Test fixing deepsource test patterns"

This reverts commit 398ef93cd6.
This commit is contained in:
Bobbe 2023-10-30 00:39:43 +01:00
parent 398ef93cd6
commit 6fffc70309

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"
]