cookiecutter/cookiecutter-django
Voir sur GitHubAdd test to ensure that generated app runs and has 100% test coverage
Open
#810 ouverte le 20 sept. 2016
help wanted
Métriques du dépôt
- Stars
- (10 896 stars)
- Métriques de merge PR
- (Merge moyen 16h 37m) (59 PRs mergées en 30 j)
Description
As per a note on the Django 1.10 release, pulling out into its own issue.
The tests passed, but the generated app wouldn't run on the 1.10 release.
Also, testing the claim of "generating a Django project that has 100% test coverage out of the box."
IOW, not cookiecutter-django itself, but the project generated therefrom.
So, as part of the tests, we generate a project, then ensure that it runs and has 100% test coverage.