mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Add docstring
This commit is contained in:
parent
d0c208d10f
commit
9fffafc095
|
@ -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 New Issue
Block a user