mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 11:02:22 +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):
|
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"})
|
context.update({"use_whitenoise": "n", "cloud_provider": "None"})
|
||||||
result = cookies.bake(extra_context=context)
|
result = cookies.bake(extra_context=context)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user