From 398ef93cd64e76f0a2b8b84ad73fed494a49d3f6 Mon Sep 17 00:00:00 2001 From: Bobbe Date: Thu, 26 Oct 2023 02:02:42 +0200 Subject: [PATCH] Test fixing deepsource test patterns --- .deepsource.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.deepsource.toml b/.deepsource.toml index 72e2f02deb..24d88d89c2 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -7,9 +7,9 @@ exclude_patterns = [ "InvenTree/**/migrations/*.py" ] test_patterns = [ - "test_.*.py", - "test.py", - "tests.py" + "test_*.py", + "**/test.py", + "**/tests.py" ]