From e552480d8336633da08af1fe241b27595eeb54af Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 5 Aug 2025 17:04:11 +0200 Subject: [PATCH] Update tests/test_utils_pv.py --- tests/test_utils_pv.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_utils_pv.py b/tests/test_utils_pv.py index fbfcceef7..0b8be11e4 100644 --- a/tests/test_utils_pv.py +++ b/tests/test_utils_pv.py @@ -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