forked from pytest-dev/pytest-bdd
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework injecting of markdown files into rst
- Loading branch information
1 parent
2d9d714
commit 606fd89
Showing
77 changed files
with
5,532 additions
and
2,070 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|
||
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 | ||
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.feature | ||
############## | ||
|
||
.. include:: ../features/Tutorial/Launch.feature.md | ||
:code: markdown | ||
|
||
Step definition | ||
--------------- | ||
|
||
Pytest fixtures substitution.feature | ||
#################################### | ||
|
||
.. include:: ../features/Step definition/Pytest fixtures substitution.feature.md | ||
:code: markdown | ||
|
||
Target fixtures specification.feature | ||
##################################### | ||
|
||
.. include:: ../features/Step definition/Target fixtures specification.feature.md | ||
:code: markdown | ||
|
||
Parameters | ||
########## | ||
|
||
Conversion.feature | ||
!!!!!!!!!!!!!!!!!! | ||
|
||
.. include:: ../features/Step definition/Parameters/Conversion.feature.md | ||
:code: markdown | ||
|
||
Defaults.feature | ||
!!!!!!!!!!!!!!!! | ||
|
||
.. include:: ../features/Step definition/Parameters/Defaults.feature.md | ||
:code: markdown | ||
|
||
Injection as fixtures.feature | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
.. include:: ../features/Step definition/Parameters/Injection as fixtures.feature.md | ||
:code: markdown | ||
|
||
Parsing by custom parser.feature | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
.. include:: ../features/Step definition/Parameters/Parsing by custom parser.feature.md | ||
:code: markdown | ||
|
||
Parsing.feature | ||
!!!!!!!!!!!!!!! | ||
|
||
.. include:: ../features/Step definition/Parameters/Parsing.feature.md | ||
:code: markdown | ||
|
||
Step | ||
---- | ||
|
||
Data table.feature | ||
################## | ||
|
||
.. include:: ../features/Step/Data table.feature.md | ||
:code: markdown | ||
|
||
Doc string.feature | ||
################## | ||
|
||
.. include:: ../features/Step/Doc string.feature.md | ||
:code: markdown | ||
|
||
Step definition bounding.feature | ||
################################ | ||
|
||
.. include:: ../features/Step/Step definition bounding.feature.md | ||
:code: markdown | ||
|
||
Scenario | ||
-------- | ||
|
||
Description.feature | ||
################### | ||
|
||
.. include:: ../features/Scenario/Description.feature.md | ||
:code: markdown | ||
|
||
Tag.feature | ||
########### | ||
|
||
.. include:: ../features/Scenario/Tag.feature.md | ||
:code: markdown | ||
|
||
Outline | ||
####### | ||
|
||
Examples Tag.feature | ||
!!!!!!!!!!!!!!!!!!!! | ||
|
||
.. include:: ../features/Scenario/Outline/Examples Tag.feature.md | ||
:code: markdown | ||
|
||
Report | ||
------ | ||
|
||
Gathering.feature | ||
################# | ||
|
||
.. include:: ../features/Report/Gathering.feature.md | ||
:code: markdown | ||
|
||
Feature | ||
------- | ||
|
||
Description.feature | ||
################### | ||
|
||
.. include:: ../features/Feature/Description.feature.md | ||
:code: markdown | ||
|
||
Localization.feature | ||
#################### | ||
|
||
.. include:: ../features/Feature/Localization.feature.md | ||
:code: markdown | ||
|
||
Tag conversion.feature | ||
###################### | ||
|
||
.. include:: ../features/Feature/Tag conversion.feature.md | ||
:code: markdown | ||
|
||
Tag.feature | ||
########### | ||
|
||
.. include:: ../features/Feature/Tag.feature.md | ||
:code: markdown | ||
|
||
Load | ||
#### | ||
|
||
Autoload.feature | ||
!!!!!!!!!!!!!!!! | ||
|
||
.. include:: ../features/Feature/Load/Autoload.feature.md | ||
:code: markdown | ||
|
||
Scenario function loader.feature | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
.. include:: ../features/Feature/Load/Scenario function loader.feature.md | ||
:code: markdown | ||
|
||
Scenario search from base directory.feature | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
.. include:: ../features/Feature/Load/Scenario search from base directory.feature.md | ||
:code: markdown | ||
|
||
Scenario search from base url.feature | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
.. include:: ../features/Feature/Load/Scenario search from base url.feature.md | ||
:code: markdown |
Oops, something went wrong.