From 343c24bf357ac57cae46a447c8aab4131726fd29 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 4 Aug 2025 01:52:54 +0200 Subject: [PATCH] Update tests/test_utils_ipy.py --- tests/test_utils_ipy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_utils_ipy.py b/tests/test_utils_ipy.py index c72dfa69..8cff3519 100644 --- a/tests/test_utils_ipy.py +++ b/tests/test_utils_ipy.py @@ -72,6 +72,7 @@ def test_devices_repr_fallback_and_ignore(simulate_ipython): }) out = repr(devices) + print(out) # Core assertions assert "test_desc" in out