Update tests/test_utils_pv.py
Run CI Tests / test (push) Successful in 53s

This commit is contained in:
2025-08-05 17:04:11 +02:00
parent ed9677828a
commit e552480d83
+3
View File
@@ -8,6 +8,9 @@ from io import StringIO
import colorama
from slic.utils.pv import PV
print("PV backend:", type(PV))
import logging
logging.warning("PV class origin: %s", pv.PV)
'''
# Caproto is used to simulate a real EPICS IOC for testing