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:37 -07:00 committed by GitHub
parent 93f8ef6d46
commit 832221d827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -2978,6 +2978,7 @@ def test_xfail_tb_line(xfail_testfile, pytester: Pytester) -> None:
"*test_xfail_tb_line.py:5: assert 1 == 2",
"*= XFAILURES =*",
"*test_xfail_tb_line.py:10: assert 3 == 4",
"*short test summary info*",
]
)