diff --git a/testing/test_terminal.py b/testing/test_terminal.py index 6a2fea571..19848e7cb 100644 --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -2964,6 +2964,7 @@ def test_xfail_tb_true(xfail_testfile, pytester: Pytester) -> None: "* c, d = 3, 4*", "*> assert c == d*", "*E assert 3 == 4*", + "*short test summary info*", ] )