Update testing/test_terminal.py
Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
This commit is contained in:
parent
93f8ef6d46
commit
832221d827
|
@ -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*",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue