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