@@ -25,7 +25,7 @@ def test_arg1(arg1):
25
25
26
26
result .stdout .fnmatch_lines ([
27
27
'*fixtures used by test_arg1*' ,
28
- '*from test_fixtures_in_module.py:9*' ,
28
+ '*( test_fixtures_in_module.py:9) *' ,
29
29
'arg1' ,
30
30
' arg1 docstring' ,
31
31
])
@@ -58,11 +58,11 @@ def test_arg3(arg3):
58
58
59
59
result .stdout .fnmatch_lines ([
60
60
'*fixtures used by test_arg2*' ,
61
- '*from test_fixtures_in_conftest.py:2*' ,
61
+ '*( test_fixtures_in_conftest.py:2) *' ,
62
62
'arg2' ,
63
63
' arg2 docstring' ,
64
64
'*fixtures used by test_arg3*' ,
65
- '*from test_fixtures_in_conftest.py:4*' ,
65
+ '*( test_fixtures_in_conftest.py:4) *' ,
66
66
'arg1' ,
67
67
' arg1 docstring' ,
68
68
'arg2' ,
@@ -96,7 +96,7 @@ def test_args(arg1, arg2):
96
96
97
97
result .stdout .fnmatch_lines ([
98
98
'*fixtures used by test_args*' ,
99
- '*from test_should_show_fixtures_used_by_test.py:6*' ,
99
+ '*( test_should_show_fixtures_used_by_test.py:6) *' ,
100
100
'arg1' ,
101
101
' arg1 from testmodule' ,
102
102
'arg2' ,
@@ -127,7 +127,7 @@ def test_args(arg2, arg3):
127
127
128
128
result .stdout .fnmatch_lines ([
129
129
'*fixtures used by test_args*' ,
130
- '*from test_verbose_include_private_fixtures_and_loc.py:6*' ,
130
+ '*( test_verbose_include_private_fixtures_and_loc.py:6) *' ,
131
131
'_arg1 -- conftest.py:3' ,
132
132
' _arg1 from conftest' ,
133
133
'arg2 -- conftest.py:6' ,
0 commit comments