-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write test that creates/checks a matrix of all y/n option combinations #591
Comments
@audreyr i'll give this a shot, i'll start with the cc-django one and port it over if it's what we're going for |
Sorry, it has been stupid busy, but I have this bookmarked and every few days I remind myself of the guilt that I didn't do this yet! I'm going to take a look into this week to give it a shot (if not already done) |
@jeffshek, any news on that? |
@browniebroke / @audreyr - is this still an open issue? |
## 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: https://github.com/pydanny/cookiecutter-django/blob/b91c70d75578e56c2ca74400684c5b5523cd0cd4/%7B%7Bcookiecutter.project_slug%7D%7D/config/settings/production.py#L185
Ensure that the project generates without errors for every possible combination of:
(Similarly filed in Cookiecutter PyPackage: audreyfeldroy/cookiecutter-pypackage#184)
The text was updated successfully, but these errors were encountered: