From 6fffc7030925245bd0b32d82d0c17ef2d0f0148e Mon Sep 17 00:00:00 2001 From: Bobbe Date: Mon, 30 Oct 2023 00:39:43 +0100 Subject: [PATCH] Revert "Test fixing deepsource test patterns" This reverts commit 398ef93cd64e76f0a2b8b84ad73fed494a49d3f6. --- .deepsource.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.deepsource.toml b/.deepsource.toml index 24d88d89c2..72e2f02deb 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" ]