Update tests/test_utils_pvpreload.py
Run CI Tests / test (push) Successful in 1m6s

This commit is contained in:
2025-08-09 01:54:19 +02:00
parent b77e66473b
commit 2f1900def1
+2 -2
View File
@@ -17,7 +17,7 @@ from slic.utils.hastyepics import get_pv
from morbidissimo import MorIOC
from slic.utils.pvpreload import *
'''
# IOC simulation
@pytest.fixture(scope="module", autouse=True)
def run_test_ioc():
@@ -51,7 +51,7 @@ def run_test_ioc():
stop.set()
t.join(timeout=2.0)
time.sleep(0.2)
'''
def configure_logzero_for_pytest(caplog):
logger.handlers.clear()
logger.propagate = True # Propagate to root logger captured by caplog