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 23, 2024
1 parent ea12ddc commit aa551b5
Showing 1 changed file with 173 additions and 173 deletions.
346 changes: 173 additions & 173 deletions docs/features.rst
Original file line number Diff line number Diff line change
@@ -1,173 +1,173 @@
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



Tutorial
--------

Launch
######

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

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

Pytest fixtures substitution
############################

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

Target fixtures specification
#############################

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

Parameters
##########

Conversion
!!!!!!!!!!

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

Defaults
!!!!!!!!

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

Injection as fixtures
!!!!!!!!!!!!!!!!!!!!!

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

Parsing by custom parser
!!!!!!!!!!!!!!!!!!!!!!!!

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

Parsing
!!!!!!!

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

Step
----

Data table
##########

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

Doc string
##########

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

Step definition bounding
########################

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

Scenario
--------

Description
###########

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

Tag
###

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

Outline
#######

Examples Tag
!!!!!!!!!!!!

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

Report
------

Gathering
#########

.. include:: ../features/Report/Gathering.feature
:code: gherkin

Feature
-------

Description
###########

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

Localization
############

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

Tag conversion
##############

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

Tag
###

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

Load
####

Autoload
!!!!!!!!

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

Scenario function loader
!!!!!!!!!!!!!!!!!!!!!!!!

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

Scenario search from base directory
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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

Scenario search from base url
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. 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



Feature
-------

Tag conversion
##############

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

Tag
###

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

Description
###########

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

Localization
############

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

Load
####

Autoload
!!!!!!!!

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

Scenario function loader
!!!!!!!!!!!!!!!!!!!!!!!!

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

Scenario search from base directory
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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

Scenario search from base url
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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

Scenario
--------

Tag
###

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

Description
###########

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

Outline
#######

Examples Tag
!!!!!!!!!!!!

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

Report
------

Gathering
#########

.. include:: ../features/Report/Gathering.feature
:code: gherkin

Tutorial
--------

Launch
######

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

Step
----

Data table
##########

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

Step definition bounding
########################

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

Doc string
##########

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

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

Target fixtures specification
#############################

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

Pytest fixtures substitution
############################

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

Parameters
##########

Injection as fixtures
!!!!!!!!!!!!!!!!!!!!!

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

Parsing
!!!!!!!

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

Parsing by custom parser
!!!!!!!!!!!!!!!!!!!!!!!!

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

Conversion
!!!!!!!!!!

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

Defaults
!!!!!!!!

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

0 comments on commit aa551b5

Please sign in to comment.