From 8b80c36c662044b6ee1a012e1b890f6dc701272b Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Sun, 4 Aug 2024 21:04:04 +0200 Subject: [PATCH] Bugfix tests and collect all --- for_runners_ynh/tests/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/for_runners_ynh/tests/__init__.py b/for_runners_ynh/tests/__init__.py index 02ac48d..183f0eb 100644 --- a/for_runners_ynh/tests/__init__.py +++ b/for_runners_ynh/tests/__init__.py @@ -51,8 +51,6 @@ def setup_ynh_tests() -> None: django.setup() - os.chdir(Path(for_runners_ynh.__file__).parent) - def load_tests(loader, tests, pattern): """