From 4df4a9ac9eebb192b9c67c45466de1312995b462 Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 14 May 2024 18:41:21 +0200 Subject: [PATCH] refactor: moved patch_pvs to conftest.py --- tests/__init__.py | 0 tests/{utils.py => tests_devices/conftest.py} | 0 tests/tests_devices/test_grashopper_tomcat.py | 1 - 3 files changed, 1 deletion(-) delete mode 100644 tests/__init__.py rename tests/{utils.py => tests_devices/conftest.py} (100%) diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/tests/utils.py b/tests/tests_devices/conftest.py similarity index 100% rename from tests/utils.py rename to tests/tests_devices/conftest.py diff --git a/tests/tests_devices/test_grashopper_tomcat.py b/tests/tests_devices/test_grashopper_tomcat.py index 4b1745a..33467f4 100644 --- a/tests/tests_devices/test_grashopper_tomcat.py +++ b/tests/tests_devices/test_grashopper_tomcat.py @@ -3,7 +3,6 @@ from unittest import mock import pytest -from tests.utils import patch_dual_pvs from tomcat_bec.devices.grashopper_tomcat import ( COLORMODE, AutoMode,