We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656c7ce commit d11096fCopy full SHA for d11096f
1 file changed
tests/feature/test_tags.py
@@ -157,7 +157,7 @@ def _():
157
)
158
result = pytester.runpytest("-rsx")
159
result.stdout.fnmatch_lines(["SKIP*: Not implemented yet"])
160
- result.stdout.fnmatch_lines(["*= 1 skipped, 1 xpassed * =*"])
+ result.stdout.fnmatch_lines(["*= 1 skipped, 1 xpassed*=*"])
161
162
163
def test_at_in_scenario(pytester):
0 commit comments