We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6938592 commit 526c564Copy full SHA for 526c564
doc/en/parametrize_with_fixtures.rst
@@ -13,9 +13,13 @@ cookiecutter template. We want to test default values but also data that
13
emulates user input.
14
15
- use default values
16
+
17
- emulate user input
18
19
- specify 'author'
20
21
- specify 'project_slug'
22
23
- specify 'author' and 'project_slug'
24
25
This is how a functional test could look like:
@@ -92,8 +96,11 @@ The new fixture ``context`` inherits the scope from the used fixtures and yield
92
96
the following values.
93
97
94
98
- ``{}``
99
95
100
- ``{'author': 'alice'}``
101
102
- ``{'project_slug': 'helloworld'}``
103
104
- ``{'author': 'bob', 'project_slug': 'foobar'}``
105
106
Alternative approach
0 commit comments