Skip to content

Commit 30d1135

Browse files
committed
Show reason for test being skipped
1 parent 03cf9e4 commit 30d1135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pytest_mpl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ def test_format_{file_format}():
692692
return fig
693693
"""
694694
)
695-
result = pytester.runpytest('--mpl')
695+
result = pytester.runpytest('--mpl', '-rs')
696696
result.assert_outcomes(passed=1)
697697

698698

@@ -715,5 +715,5 @@ def test_format_{file_format}():
715715
return fig
716716
"""
717717
)
718-
result = pytester.runpytest('--mpl')
718+
result = pytester.runpytest('--mpl', '-rs')
719719
result.assert_outcomes(failed=1)

0 commit comments

Comments
 (0)