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