Skip to content

Commit b466b7b

Browse files
v-buriakolegpidsadnyi
authored andcommitted
Clean Readme file.
1 parent 605ab1b commit b466b7b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,16 +1175,6 @@ It will print the generated code to the standard output so you can easily redire
11751175
pytest-bdd generate features/some.feature > tests/functional/test_some.py
11761176

11771177

1178-
If your scenarios are not written in `proper` Gherkin language, e.g. they are more like textual scripts, then
1179-
you might find it hard to use `pytest-bdd generate` as by default it validates the order of step types (given-when-then).
1180-
To relax that validation, just pass ``--strict-gherkin=False`` to the ``scenario`` steps generator:
1181-
1182-
1183-
::
1184-
1185-
pytest-bdd generate --strict-gherkin=False <feature file name> .. <feature file nameN>
1186-
1187-
11881178
Advanced code generation
11891179
------------------------
11901180

0 commit comments

Comments
 (0)