Update testing/test_terminal.py

Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
This commit is contained in:
Brian Okken 2024-05-04 15:39:59 -07:00 committed by GitHub
parent a979073f6c
commit 899d80b587
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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*",
]
)