Clean Readme file.

This commit is contained in:
Vitalii Buriak 2020-04-22 14:23:50 +02:00 committed by Oleg Pidsadnyi
parent 605ab1b453
commit b466b7b6b2
1 changed files with 0 additions and 10 deletions

View File

@ -1175,16 +1175,6 @@ It will print the generated code to the standard output so you can easily redire
pytest-bdd generate features/some.feature > tests/functional/test_some.py
If your scenarios are not written in `proper` Gherkin language, e.g. they are more like textual scripts, then
you might find it hard to use `pytest-bdd generate` as by default it validates the order of step types (given-when-then).
To relax that validation, just pass ``--strict-gherkin=False`` to the ``scenario`` steps generator:
::
pytest-bdd generate --strict-gherkin=False <feature file name> .. <feature file nameN>
Advanced code generation
------------------------