cookiecutter-django/tests
Bruno Alla 4e70a4b55a
Test all possible template combinations (#1993)
## Description

Fixes #591.

## Rationale

We are currently not testing many combinations, we run Flake8 on the generated project with default options, but that rarely catch any issues.

## Use case(s) / visualization(s)

Catch problems with invalid combinations, for instance, it fails due to Whitenoise breaking flake8 with `django-compressor` because `STATIC_URL` was undefined here:

b91c70d755/%7B%7Bcookiecutter.project_slug%7D%7D/config/settings/production.py (L185)
2019-04-01 08:47:46 +01:00
..
test_cookiecutter_generation.py Test all possible template combinations (#1993) 2019-04-01 08:47:46 +01:00
test_docker.sh Run Black on Travis (#1957) 2019-03-18 17:49:43 +00:00