Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 6, 2024
1 parent 401cb5f commit 6a68bcd
Showing 1 changed file with 164 additions and 167 deletions.
331 changes: 164 additions & 167 deletions docs/features.rst
Original file line number Diff line number Diff line change
@@ -1,167 +1,164 @@
Features
========

.. NOTE:: Features below are part of end-to-end test suite; You always could find most specific
use cases of **pytest-bdd-ng** by investigation of its regression
test suite https://github.com/elchupanebrej/pytest-bdd-ng/tree/default/tests



Tutrorial
---------

Launch.feature
##############

.. include:: ../features/Tutrorial/Launch.feature
:code: gherkin

Tutorial
--------

Step definition
---------------

Pytest fixtures substitution.feature
####################################

.. include:: ../features/Step definition/Pytest fixtures substitution.feature
:code: gherkin

Target fixtures specification.feature
#####################################

.. include:: ../features/Step definition/Target fixtures specification.feature
:code: gherkin

Parameters
##########

Conversion.feature
!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Conversion.feature
:code: gherkin

Defaults.feature
!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Defaults.feature
:code: gherkin

Injection as fixtures.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Injection as fixtures.feature
:code: gherkin

Parsing by custom parser.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Parsing by custom parser.feature
:code: gherkin

Parsing.feature
!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Parsing.feature
:code: gherkin

Step
----

Data table.feature
##################

.. include:: ../features/Step/Data table.feature
:code: gherkin

Doc string.feature
##################

.. include:: ../features/Step/Doc string.feature
:code: gherkin

Step definition bounding.feature
################################

.. include:: ../features/Step/Step definition bounding.feature
:code: gherkin

Scenario
--------

Description.feature
###################

.. include:: ../features/Scenario/Description.feature
:code: gherkin

Tag.feature
###########

.. include:: ../features/Scenario/Tag.feature
:code: gherkin

Outline
#######

Examples Tag.feature
!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Scenario/Outline/Examples Tag.feature
:code: gherkin

Feature
-------

Description.feature
###################

.. include:: ../features/Feature/Description.feature
:code: gherkin

Localization.feature
####################

.. include:: ../features/Feature/Localization.feature
:code: gherkin

Tag conversion.feature
######################

.. include:: ../features/Feature/Tag conversion.feature
:code: gherkin

Tag.feature
###########

.. include:: ../features/Feature/Tag.feature
:code: gherkin

Load
####

Autoload.feature
!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Autoload.feature
:code: gherkin

Scenario function loader.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario function loader.feature
:code: gherkin

Scenario search from base directory.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario search from base directory.feature
:code: gherkin

Scenario search from base url.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario search from base url.feature
:code: gherkin
Features
========

.. NOTE:: Features below are part of end-to-end test suite; You always could find most specific
use cases of **pytest-bdd-ng** by investigation of its regression
test suite https://github.com/elchupanebrej/pytest-bdd-ng/tree/default/tests



Scenario
--------

Description.feature
###################

.. include:: ../features/Scenario/Description.feature
:code: gherkin

Tag.feature
###########

.. include:: ../features/Scenario/Tag.feature
:code: gherkin

Outline
#######

Examples Tag.feature
!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Scenario/Outline/Examples Tag.feature
:code: gherkin

Step definition
---------------

Target fixtures specification.feature
#####################################

.. include:: ../features/Step definition/Target fixtures specification.feature
:code: gherkin

Pytest fixtures substitution.feature
####################################

.. include:: ../features/Step definition/Pytest fixtures substitution.feature
:code: gherkin

Parameters
##########

Defaults.feature
!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Defaults.feature
:code: gherkin

Injection as fixtures.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Injection as fixtures.feature
:code: gherkin

Conversion.feature
!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Conversion.feature
:code: gherkin

Parsing by custom parser.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Parsing by custom parser.feature
:code: gherkin

Parsing.feature
!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Parsing.feature
:code: gherkin

Step
----

Doc string.feature
##################

.. include:: ../features/Step/Doc string.feature
:code: gherkin

Data table.feature
##################

.. include:: ../features/Step/Data table.feature
:code: gherkin

Step definition bounding.feature
################################

.. include:: ../features/Step/Step definition bounding.feature
:code: gherkin

Feature
-------

Localization.feature
####################

.. include:: ../features/Feature/Localization.feature
:code: gherkin

Description.feature
###################

.. include:: ../features/Feature/Description.feature
:code: gherkin

Tag conversion.feature
######################

.. include:: ../features/Feature/Tag conversion.feature
:code: gherkin

Tag.feature
###########

.. include:: ../features/Feature/Tag.feature
:code: gherkin

Load
####

Scenario search from base url.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario search from base url.feature
:code: gherkin

Autoload.feature
!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Autoload.feature
:code: gherkin

Scenario function loader.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario function loader.feature
:code: gherkin

Scenario search from base directory.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario search from base directory.feature
:code: gherkin

Tutrorial
---------

Launch.feature
##############

.. include:: ../features/Tutrorial/Launch.feature
:code: gherkin

0 comments on commit 6a68bcd

Please sign in to comment.