Fix rst bullet point lists
This commit is contained in:
parent
693859210a
commit
526c564576
|
@ -13,9 +13,13 @@ cookiecutter template. We want to test default values but also data that
|
||||||
emulates user input.
|
emulates user input.
|
||||||
|
|
||||||
- use default values
|
- use default values
|
||||||
|
|
||||||
- emulate user input
|
- emulate user input
|
||||||
|
|
||||||
- specify 'author'
|
- specify 'author'
|
||||||
|
|
||||||
- specify 'project_slug'
|
- specify 'project_slug'
|
||||||
|
|
||||||
- specify 'author' and 'project_slug'
|
- specify 'author' and 'project_slug'
|
||||||
|
|
||||||
This is how a functional test could look like:
|
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
|
||||||
the following values.
|
the following values.
|
||||||
|
|
||||||
- ``{}``
|
- ``{}``
|
||||||
|
|
||||||
- ``{'author': 'alice'}``
|
- ``{'author': 'alice'}``
|
||||||
|
|
||||||
- ``{'project_slug': 'helloworld'}``
|
- ``{'project_slug': 'helloworld'}``
|
||||||
|
|
||||||
- ``{'author': 'bob', 'project_slug': 'foobar'}``
|
- ``{'author': 'bob', 'project_slug': 'foobar'}``
|
||||||
|
|
||||||
Alternative approach
|
Alternative approach
|
||||||
|
|
Loading…
Reference in New Issue