We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ae6ac commit 4859450Copy full SHA for 4859450
tests/generation/test_generate_missing.py
@@ -86,7 +86,7 @@ def test_missing_steps():
86
)
87
88
assert 'Step Given "I have 3 baz" is not defined' not in result.stdout.str()
89
-
+
90
result.stdout.fnmatch_lines(
91
['Step Given "I have a foobar" is not defined in the background of the feature "Missing code generation" *']
92
0 commit comments