news coverage report: 93.05%
Files Functions Classes
coverage.py v7.13.5, created at 2026-04-01 07:57 -0700
coverage.py v7.13.5, created at 2026-04-01 07:57 -0700
| Statements | Branches | Total | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| File | class | coverage | statements | missing | excluded | coverage | branches | partial | coverage | |||
| accounts / admin.py | CustomUserAdmin | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / admin.py | (no class) | 100.00% | 12 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / apps.py | AccountsConfig | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / apps.py | (no class) | 100.00% | 4 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / forms.py | CustomUserChangeForm | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / forms.py | CustomUserChangeForm.Meta | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / forms.py | CustomUserCreationForm | 100.00% | 6 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / forms.py | CustomUserCreationForm.Meta | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / forms.py | (no class) | 100.00% | 14 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / models.py | CustomUser | 100.00% | 2 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / models.py | (no class) | 100.00% | 12 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / tests / test_forms.py | TestUserCreationForm | 100.00% | 9 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / tests / test_forms.py | (no class) | 100.00% | 6 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / tests / test_models.py | CustomUserTests | 88.24% | 34 | 4 | 0 | 100.00% | 0 | 0 | 88.24% | |||
| accounts / tests / test_models.py | (no class) | 100.00% | 10 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / tests / test_urls.py | (no class) | 100.00% | 13 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / tests / test_views.py | TestUserUpdateView | 96.00% | 25 | 1 | 0 | 100.00% | 0 | 0 | 96.00% | |||
| accounts / tests / test_views.py | TestUserRedirectView | 100.00% | 5 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / tests / test_views.py | (no class) | 100.00% | 17 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / urls.py | (no class) | 100.00% | 3 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / views.py | SignupPageView | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / views.py | UserDetailView | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / views.py | UserUpdateView | 100.00% | 2 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / views.py | UserRedirectView | 100.00% | 1 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| accounts / views.py | (no class) | 100.00% | 26 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / admin.py | CommentInline | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / admin.py | ArticleAdmin | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / admin.py | CommentAdmin | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / admin.py | (no class) | 100.00% | 19 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / apps.py | ArticlesConfig | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / apps.py | (no class) | 100.00% | 4 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / feeds.py | LatestArticlesFeed | 100.00% | 4 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / feeds.py | (no class) | 100.00% | 13 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / forms.py | ArticleForm | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / forms.py | ArticleForm.Meta | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / forms.py | CommentForm | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / forms.py | CommentForm.Meta | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / forms.py | EmailPostForm | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / forms.py | SearchForm | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / forms.py | (no class) | 100.00% | 17 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / models.py | PublishedManager | 100.00% | 1 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / models.py | Article | 100.00% | 5 | 0 | 0 | 100.00% | 2 | 0 | 100.00% | |||
| articles / models.py | Article.Status | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / models.py | Article.Meta | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / models.py | Comment | 100.00% | 1 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / models.py | Comment.Meta | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / models.py | (no class) | 100.00% | 42 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / sitemaps.py | ArticleSitemap | 100.00% | 2 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / sitemaps.py | (no class) | 100.00% | 7 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / templatetags / article_tags.py | (no class) | 100.00% | 18 | 0 | 1 | 100.00% | 0 | 0 | 100.00% | |||
| articles / tests / test_forms.py | (no class) | 100.00% | 20 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / tests / test_models.py | (no class) | 100.00% | 11 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / tests / test_urls.py | (no class) | 93.75% | 16 | 1 | 0 | 100.00% | 0 | 0 | 93.75% | |||
| articles / tests / test_views.py | (no class) | 100.00% | 81 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / urls.py | (no class) | 100.00% | 4 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| articles / views.py | (no class) | 69.07% | 97 | 30 | 0 | 44.44% | 18 | 2 | 65.22% | |||
| config / test.py | (no class) | 100.00% | 5 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| config / urls.py | (no class) | 100.00% | 8 | 0 | 1 | 100.00% | 0 | 0 | 100.00% | |||
| pages / admin.py | (no class) | 100.00% | 1 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / apps.py | PagesConfig | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / apps.py | (no class) | 100.00% | 4 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / forms.py | ContactForm | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / forms.py | (no class) | 100.00% | 5 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / models.py | (no class) | 100.00% | 1 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / tests / test_forms.py | ContactFormTests | 81.82% | 11 | 2 | 0 | 100.00% | 0 | 0 | 81.82% | |||
| pages / tests / test_forms.py | (no class) | 100.00% | 6 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / tests / test_views.py | HomePageTests | 100.00% | 4 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / tests / test_views.py | AboutPageTests | 100.00% | 4 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / tests / test_views.py | ContactViewTests | 100.00% | 4 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / tests / test_views.py | SuccessViewTests | 100.00% | 4 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / tests / test_views.py | (no class) | 100.00% | 19 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / urls.py | (no class) | 100.00% | 3 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / views.py | HomePageView | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / views.py | AboutPageView | 100.00% | 0 | 0 | 0 | 100.00% | 0 | 0 | 100.00% | |||
| pages / views.py | (no class) | 100.00% | 25 | 0 | 0 | 100.00% | 4 | 0 | 100.00% | |||
| Total | 94.30% | 667 | 38 | 2 | 58.33% | 24 | 2 | 93.05% | ||||
No items found using the specified filter.