mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-14 15:43:09 +00:00
Add docstring
This commit is contained in:
parent
d0c208d10f
commit
9fffafc095
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ def test_invalid_slug(cookies, context, slug):
|
|||
|
||||
|
||||
def test_no_whitenoise_and_no_cloud_provider(cookies, context):
|
||||
"""It should not generate project if neither whitenoise or cloud provider are set"""
|
||||
context.update({"use_whitenoise": "n", "cloud_provider": "None"})
|
||||
result = cookies.bake(extra_context=context)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue