@@ -43,11 +43,11 @@ def test_simple_terminal_verbose(self, simple_script, testdir, mode):
43
43
result = testdir .runpytest ("-v" )
44
44
expected_lines = [
45
45
"*collected 1 item" ,
46
- "test_simple_terminal_verbose.py::test_foo SUBPASS *100%*" ,
47
- "test_simple_terminal_verbose.py::test_foo SUBFAIL *100%*" ,
48
- "test_simple_terminal_verbose.py::test_foo SUBPASS *100%*" ,
49
- "test_simple_terminal_verbose.py::test_foo SUBFAIL *100%*" ,
50
- "test_simple_terminal_verbose.py::test_foo SUBPASS *100%*" ,
46
+ "test_simple_terminal_verbose.py::test_foo [[]custom[]] (i=0) SUBPASS *100%*" ,
47
+ "test_simple_terminal_verbose.py::test_foo [[]custom[]] (i=1) SUBFAIL *100%*" ,
48
+ "test_simple_terminal_verbose.py::test_foo [[]custom[]] (i=2) SUBPASS *100%*" ,
49
+ "test_simple_terminal_verbose.py::test_foo [[]custom[]] (i=3) SUBFAIL *100%*" ,
50
+ "test_simple_terminal_verbose.py::test_foo [[]custom[]] (i=4) SUBPASS *100%*" ,
51
51
"test_simple_terminal_verbose.py::test_foo PASSED *100%*" ,
52
52
]
53
53
else :
@@ -193,8 +193,8 @@ def test_simple_terminal_verbose(self, simple_script, testdir, runner):
193
193
result = testdir .runpytest (simple_script , "-v" )
194
194
expected_lines = [
195
195
"*collected 1 item" ,
196
- "test_simple_terminal_verbose.py::T::test_foo SUBFAIL *100%*" ,
197
- "test_simple_terminal_verbose.py::T::test_foo SUBFAIL *100%*" ,
196
+ "test_simple_terminal_verbose.py::T::test_foo [[]custom[]] (i=1) SUBFAIL *100%*" ,
197
+ "test_simple_terminal_verbose.py::T::test_foo [[]custom[]] (i=3) SUBFAIL *100%*" ,
198
198
"test_simple_terminal_verbose.py::T::test_foo PASSED *100%*" ,
199
199
]
200
200
else :
0 commit comments