cookiecutter/cookiecutter-django
在 GitHub 查看Add test to ensure that generated app runs and has 100% test coverage
Open
#810 创建于 2016年9月20日
help wanted
仓库指标
- Star
- (10,896 star)
- PR 合并指标
- (平均合并 16小时 37分钟) (30 天内合并 59 个 PR)
描述
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.