feldroy / feldroy/django-crash-course
Unused views imported in test_views.py
未关闭
- 主要语言
- Shell
- 星标
- 142
- 派生
- 30
- PR 合并指标
- 30 天内没有已合并 PR
描述
## Location within the Book
* Book order number: 12445
* Book build date (Is the date on page 1): 2021-06-02
* Book format (PDF, Epub or Mobi): PDF
* Chapter or Appendix: 57
* Section: 3
## Description
> So we can test it, add `CheeseUpdateView` to the imports...
`CheeseUpdateView` isn't used in test_views.py, nor is `CheeseCreateView`, which is also in the list of imports.
## Possible Solutions
The only imports from `..views` in test_views.py should be `CheeseDetailView` and `CheeseListView`.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。