From dd4cef2015865ae3e46cc5be50f04b024c892966 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 11 Aug 2025 21:53:00 +0200 Subject: [PATCH] Update tests/test_utils_hastepics.py --- tests/test_utils_hastepics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_utils_hastepics.py b/tests/test_utils_hastepics.py index f666afae..5b316cb7 100644 --- a/tests/test_utils_hastepics.py +++ b/tests/test_utils_hastepics.py @@ -179,7 +179,7 @@ def test_speedup_motor_instantiation(): f"Motor custom ({fast_time:.6f}s) plus lent que EPICS.Motor ({slow_time:.6f}s)" ) - +''' def test_speedup_motor_PV(): # baseline EPICS m_slow = Motor("TEST:SIM:M14") @@ -200,7 +200,7 @@ def test_speedup_motor_PV(): assert fast_time <= slow_time, ( f"Motor.PV custom ({fast_time:.6f}s) beaucoup plus lent que ({slow_time:.6f}s)" ) - +''' def test_motor_init_list_attrs_created(): base_init = tuple(getattr(epics.Motor, "_init_list", ()))