Skip to content

Commit 020f9d8

Browse files
committed
show output of matplotlib magic
1 parent 4c6d56c commit 020f9d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_matplotlib_eventloops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def test_matplotlib_gui(kc, gui):
3939
pytest.importorskip("matplotlib", reason="this test requires matplotlib")
4040
stdout, stderr = execute(kc, f"%matplotlib {gui}")
4141
assert not stderr
42+
# debug: show output from invoking the matplotlib magic
43+
print(stdout)
4244
execute(
4345
kc,
4446
"""

0 commit comments

Comments
 (0)