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

This commit is contained in:
2025-08-05 20:45:04 +02:00
parent a933b5930e
commit d41c498e8a
+3
View File
@@ -1,3 +1,5 @@
'''
import pytest
import time
import threading
@@ -84,3 +86,4 @@ def test_use_callback_context_manager():
assert 42.0 in seen_values
assert len(pv._callbacks) == initial_count
'''