Skip to content

Commit 526c564

Browse files
committed
Fix rst bullet point lists
1 parent 6938592 commit 526c564

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/en/parametrize_with_fixtures.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ cookiecutter template. We want to test default values but also data that
1313
emulates user input.
1414

1515
- use default values
16+
1617
- emulate user input
18+
1719
- specify 'author'
20+
1821
- specify 'project_slug'
22+
1923
- specify 'author' and 'project_slug'
2024

2125
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
9296
the following values.
9397

9498
- ``{}``
99+
95100
- ``{'author': 'alice'}``
101+
96102
- ``{'project_slug': 'helloworld'}``
103+
97104
- ``{'author': 'bob', 'project_slug': 'foobar'}``
98105

99106
Alternative approach

0 commit comments

Comments
 (0)