From ec407b26667145da589b338855a862f664d71e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucca=20Baumg=C3=A4rtner?= Date: Fri, 3 Nov 2023 11:08:34 +0100 Subject: [PATCH] check if moving the test file fixes it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucca Baumgärtner --- {tests => src}/test_evp.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename {tests => src}/test_evp.py (80%) diff --git a/tests/test_evp.py b/src/test_evp.py similarity index 80% rename from tests/test_evp.py rename to src/test_evp.py index dd3127a..a780034 100644 --- a/tests/test_evp.py +++ b/src/test_evp.py @@ -1,10 +1,7 @@ # SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2023 Felix Zailskas -import os -import sys - -sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src"))) +# sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src"))) from database import get_database from database.models import LeadValue