news coverage report: 93.05%

Files Functions Classes

coverage.py v7.14.2, created at 2026-06-20 21:54 -0700

      Statements   Branches   Total
File function   coverage statements missing excluded   coverage branches partial   coverage
accounts/admin.py (no function)   100.00% 12 0 0   100.00% 0 0   100.00%
accounts/apps.py (no function)   100.00% 4 0 0   100.00% 0 0   100.00%
accounts/forms.py CustomUserCreationForm.clean_username   100.00% 6 0 0   100.00% 0 0   100.00%
accounts/forms.py (no function)   100.00% 14 0 0   100.00% 0 0   100.00%
accounts/models.py CustomUser.__str__   100.00% 1 0 0   100.00% 0 0   100.00%
accounts/models.py CustomUser.get_absolute_url   100.00% 1 0 0   100.00% 0 0   100.00%
accounts/models.py (no function)   100.00% 12 0 0   100.00% 0 0   100.00%
accounts/tests/test_forms.py TestUserCreationForm.test_clean_username   100.00% 9 0 0   100.00% 0 0   100.00%
accounts/tests/test_forms.py (no function)   100.00% 6 0 0   100.00% 0 0   100.00%
accounts/tests/test_models.py CustomUserTests.setUp   100.00% 3 0 0   100.00% 0 0   100.00%
accounts/tests/test_models.py CustomUserTests.test___str__   100.00% 2 0 0   100.00% 0 0   100.00%
accounts/tests/test_models.py CustomUserTests.test_user_get_absolute_url   100.00% 1 0 0   100.00% 0 0   100.00%
accounts/tests/test_models.py CustomUserTests.test_create_user   100.00% 5 0 0   100.00% 0 0   100.00%
accounts/tests/test_models.py CustomUserTests.test_user_asserts   81.82% 11 2 0   100.00% 0 0   81.82%
accounts/tests/test_models.py CustomUserTests.test_create_superuser   100.00% 5 0 0   100.00% 0 0   100.00%
accounts/tests/test_models.py CustomUserTests.test_superuser_asserts   71.43% 7 2 0   100.00% 0 0   71.43%
accounts/tests/test_models.py (no function)   100.00% 10 0 0   100.00% 0 0   100.00%
accounts/tests/test_urls.py test_detail   100.00% 2 0 0   100.00% 0 0   100.00%
accounts/tests/test_urls.py test_update   100.00% 2 0 0   100.00% 0 0   100.00%
accounts/tests/test_urls.py test_redirect   100.00% 2 0 0   100.00% 0 0   100.00%
accounts/tests/test_urls.py (no function)   100.00% 7 0 0   100.00% 0 0   100.00%
accounts/tests/test_views.py TestUserUpdateView.dummy_get_response   0.00% 1 1 0   100.00% 0 0   0.00%
accounts/tests/test_views.py TestUserUpdateView.test_get_success_url   100.00% 5 0 0   100.00% 0 0   100.00%
accounts/tests/test_views.py TestUserUpdateView.test_get_object   100.00% 5 0 0   100.00% 0 0   100.00%
accounts/tests/test_views.py TestUserUpdateView.test_form_valid   100.00% 14 0 0   100.00% 0 0   100.00%
accounts/tests/test_views.py TestUserRedirectView.test_get_redirect_url   100.00% 5 0 0   100.00% 0 0   100.00%
accounts/tests/test_views.py (no function)   100.00% 17 0 0   100.00% 0 0   100.00%
accounts/urls.py (no function)   100.00% 3 0 0   100.00% 0 0   100.00%
accounts/views.py UserUpdateView.get_success_url   100.00% 1 0 0   100.00% 0 0   100.00%
accounts/views.py UserUpdateView.get_object   100.00% 1 0 0   100.00% 0 0   100.00%
accounts/views.py UserRedirectView.get_redirect_url   100.00% 1 0 0   100.00% 0 0   100.00%
accounts/views.py (no function)   100.00% 26 0 0   100.00% 0 0   100.00%
articles/admin.py (no function)   100.00% 19 0 0   100.00% 0 0   100.00%
articles/apps.py (no function)   100.00% 4 0 0   100.00% 0 0   100.00%
articles/feeds.py LatestArticlesFeed.items   100.00% 1 0 0   100.00% 0 0   100.00%
articles/feeds.py LatestArticlesFeed.item_title   100.00% 1 0 0   100.00% 0 0   100.00%
articles/feeds.py LatestArticlesFeed.item_description   100.00% 1 0 0   100.00% 0 0   100.00%
articles/feeds.py LatestArticlesFeed.item_pubdate   100.00% 1 0 0   100.00% 0 0   100.00%
articles/feeds.py (no function)   100.00% 13 0 0   100.00% 0 0   100.00%
articles/forms.py (no function)   100.00% 17 0 0   100.00% 0 0   100.00%
articles/models.py PublishedManager.get_queryset   100.00% 1 0 0   100.00% 0 0   100.00%
articles/models.py Article.__str__   100.00% 1 0 0   100.00% 0 0   100.00%
articles/models.py Article.save   100.00% 3 0 0   100.00% 2 0   100.00%
articles/models.py Article.get_absolute_url   100.00% 1 0 0   100.00% 0 0   100.00%
articles/models.py Comment.__str__   100.00% 1 0 0   100.00% 0 0   100.00%
articles/models.py (no function)   100.00% 42 0 0   100.00% 0 0   100.00%
articles/sitemaps.py ArticleSitemap.items   100.00% 1 0 0   100.00% 0 0   100.00%
articles/sitemaps.py ArticleSitemap.lastmod   100.00% 1 0 0   100.00% 0 0   100.00%
articles/sitemaps.py (no function)   100.00% 7 0 0   100.00% 0 0   100.00%
articles/templatetags/article_tags.py get_most_commented_articles   100.00% 1 0 0   100.00% 0 0   100.00%
articles/templatetags/article_tags.py total_articles   100.00% 1 0 0   100.00% 0 0   100.00%
articles/templatetags/article_tags.py show_latest_articles   100.00% 2 0 0   100.00% 0 0   100.00%
articles/templatetags/article_tags.py markdown_format   100.00% 0 0 1   100.00% 0 0   100.00%
articles/templatetags/article_tags.py (no function)   100.00% 14 0 0   100.00% 0 0   100.00%
articles/tests/test_forms.py test_article_form_valid_on_create_view   100.00% 6 0 0   100.00% 0 0   100.00%
articles/tests/test_forms.py test_article_form_valid_on_update_view   100.00% 7 0 0   100.00% 0 0   100.00%
articles/tests/test_forms.py (no function)   100.00% 7 0 0   100.00% 0 0   100.00%
articles/tests/test_models.py test_article___str__   100.00% 2 0 0   100.00% 0 0   100.00%
articles/tests/test_models.py test_article_get_absolute_url   100.00% 2 0 0   100.00% 0 0   100.00%
articles/tests/test_models.py test_comment__str__   100.00% 1 0 0   100.00% 0 0   100.00%
articles/tests/test_models.py (no function)   100.00% 6 0 0   100.00% 0 0   100.00%
articles/tests/test_urls.py article   0.00% 1 1 0   100.00% 0 0   0.00%
articles/tests/test_urls.py test_article_list_reverse   100.00% 1 0 0   100.00% 0 0   100.00%
articles/tests/test_urls.py test_article_list_resolve   100.00% 1 0 0   100.00% 0 0   100.00%
articles/tests/test_urls.py test_article_add_reverse   100.00% 1 0 0   100.00% 0 0   100.00%
articles/tests/test_urls.py test_article_add_resolve   100.00% 1 0 0   100.00% 0 0   100.00%
articles/tests/test_urls.py (no function)   100.00% 11 0 0   100.00% 0 0   100.00%
articles/tests/test_views.py test_article_create_view   100.00% 5 0 0   100.00% 0 0   100.00%
articles/tests/test_views.py test_article_detail_view   100.00% 5 0 0   100.00% 0 0   100.00%
articles/tests/test_views.py test_article_delete   100.00% 6 0 0   100.00% 0 0   100.00%
articles/tests/test_views.py test_article_delete_bad_author   100.00% 5 0 0   100.00% 0 0   100.00%
articles/tests/test_views.py test_article_update   100.00% 10 0 0   100.00% 0 0   100.00%
articles/tests/test_views.py test_article_create   100.00% 4 0 0   100.00% 0 0   100.00%
articles/tests/test_views.py test_article_list_pagination   100.00% 3 0 0   100.00% 0 0   100.00%
articles/tests/test_views.py test_comment_add   100.00% 3 0 0   100.00% 0 0   100.00%
articles/tests/test_views.py test_sitemap   100.00% 6 0 0   100.00% 0 0   100.00%
articles/tests/test_views.py test_rssfeed   100.00% 7 0 0   100.00% 0 0   100.00%
articles/tests/test_views.py (no function)   100.00% 27 0 0   100.00% 0 0   100.00%
articles/urls.py (no function)   100.00% 4 0 0   100.00% 0 0   100.00%
articles/views.py article_create   100.00% 7 0 0   100.00% 2 0   100.00%
articles/views.py article_detail   100.00% 7 0 0   100.00% 0 0   100.00%
articles/views.py article_list   57.14% 14 6 0   50.00% 2 1   56.25%
articles/views.py article_delete   100.00% 6 0 0   100.00% 2 0   100.00%
articles/views.py article_update   100.00% 8 0 0   100.00% 2 0   100.00%
articles/views.py article_share   0.00% 13 13 0   0.00% 4 0   0.00%
articles/views.py article_search   0.00% 11 11 0   0.00% 4 0   0.00%
articles/views.py comment_add   100.00% 8 0 0   50.00% 2 1   90.00%
articles/views.py (no function)   100.00% 23 0 0   100.00% 0 0   100.00%
config/test.py (no function)   100.00% 5 0 0   100.00% 0 0   100.00%
config/urls.py (no function)   100.00% 8 0 1   100.00% 0 0   100.00%
pages/admin.py (no function)   100.00% 1 0 0   100.00% 0 0   100.00%
pages/apps.py (no function)   100.00% 4 0 0   100.00% 0 0   100.00%
pages/forms.py (no function)   100.00% 5 0 0   100.00% 0 0   100.00%
pages/models.py (no function)   100.00% 1 0 0   100.00% 0 0   100.00%
pages/tests/test_forms.py ContactFormTests.test_contact_page_form_is_valid   100.00% 2 0 0   100.00% 0 0   100.00%
pages/tests/test_forms.py ContactFormTests.test_contact_form_is_invalid   100.00% 2 0 0   100.00% 0 0   100.00%
pages/tests/test_forms.py ContactFormTests.test_header_injection   71.43% 7 2 0   100.00% 0 0   71.43%
pages/tests/test_forms.py (no function)   100.00% 6 0 0   100.00% 0 0   100.00%
pages/tests/test_views.py HomePageTests.setUp   100.00% 2 0 0   100.00% 0 0   100.00%
pages/tests/test_views.py HomePageTests.test_homepage_url_resolves_homepageview   100.00% 2 0 0   100.00% 0 0   100.00%
pages/tests/test_views.py AboutPageTests.setUp   100.00% 2 0 0   100.00% 0 0   100.00%
pages/tests/test_views.py AboutPageTests.test_about_page_url_resolves_about_pageview   100.00% 2 0 0   100.00% 0 0   100.00%
pages/tests/test_views.py ContactViewTests.setUp   100.00% 2 0 0   100.00% 0 0   100.00%
pages/tests/test_views.py ContactViewTests.test_contact_page_url_resolves_contactpageview   100.00% 2 0 0   100.00% 0 0   100.00%
pages/tests/test_views.py SuccessViewTests.setUp   100.00% 2 0 0   100.00% 0 0   100.00%
pages/tests/test_views.py SuccessViewTests.test_success_page_url_resolves_success_page_view   100.00% 2 0 0   100.00% 0 0   100.00%
pages/tests/test_views.py (no function)   100.00% 19 0 0   100.00% 0 0   100.00%
pages/urls.py (no function)   100.00% 3 0 0   100.00% 0 0   100.00%
pages/views.py ContactView   100.00% 13 0 0   100.00% 4 0   100.00%
pages/views.py SuccessView   100.00% 1 0 0   100.00% 0 0   100.00%
pages/views.py (no function)   100.00% 11 0 0   100.00% 0 0   100.00%
Total     94.30% 667 38 2   58.33% 24 2   93.05%

No items found using the specified filter.