diff --git a/tests/test_utils_pyepics.py b/tests/test_utils_pyepics.py index 795c483e..5ead1a08 100644 --- a/tests/test_utils_pyepics.py +++ b/tests/test_utils_pyepics.py @@ -4,7 +4,7 @@ import threading from morbidissimo import MorIOC from slic.utils.hastyepics import get_pv as PV from slic.utils.pyepics import * - +''' # ------------------------------------------------------------------------------ # Fixture IOC # ------------------------------------------------------------------------------ @@ -153,4 +153,6 @@ def test_epics_string_special_chars(): estr = EpicsString("TEST_SPECIAL") assert estr._pv.wait_for_connection(timeout=2.0), "PV non connecté" estr.set("test@value") - assert estr.get() == "test@value" \ No newline at end of file + assert estr.get() == "test@value" + +''' \ No newline at end of file