From 8a6b50d5f78e97e5434c852a256a8b4f27c9422b Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sun, 3 Aug 2025 19:21:48 +0200 Subject: [PATCH] Update tests/test_utils_hastyepics.py --- tests/test_utils_hastyepics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_utils_hastyepics.py b/tests/test_utils_hastyepics.py index b650baa41..54c97b684 100644 --- a/tests/test_utils_hastyepics.py +++ b/tests/test_utils_hastyepics.py @@ -7,6 +7,7 @@ import sys import os sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) from slic.utils.hastyepics import * +from unittest.mock import patch def test_motor_instantiation_fast_vs_epics(): # Configuration of mock for epics.Motor