From 543d50149b029b3c120ead43ce82176bf959b70e Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 18 Oct 2023 22:43:50 +0200 Subject: [PATCH] Added python test paths to deepsource (#5738) * Added python test paths to deepsource * Added test files * added "tests" too --- .deepsource.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.deepsource.toml b/.deepsource.toml index 2ffa21bf75..72e2f02deb 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -6,6 +6,12 @@ exclude_patterns = [ "ci/**", "InvenTree/**/migrations/*.py" ] +test_patterns = [ + "test_.*.py", + "test.py", + "tests.py" +] + [[analyzers]] name = "shell"