cheese coverage report: 100.00%

Files Functions Classes

coverage.py v7.14.1, created at 2026-06-14 10:03 -0700

      Statements   Branches   Total
File function   coverage statements missing excluded   coverage branches partial   coverage
cheese/cheeses/admin.py (no function)   100.00% 3 0 0   100.00% 0 0   100.00%
cheese/cheeses/apps.py (no function)   100.00% 3 0 0   100.00% 0 0   100.00%
cheese/cheeses/models.py Cheese.__str__   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/cheeses/models.py Cheese.get_absolute_url   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/cheeses/models.py (no function)   100.00% 21 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_models.py test__str__   100.00% 3 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_models.py test_get_absolute_url   100.00% 3 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_models.py (no function)   100.00% 6 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_urls.py cheese   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_urls.py test_list_reverse   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_urls.py test_list_resolve   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_urls.py test_add_reverse   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_urls.py test_add_resolve   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_urls.py test_detail_reverse   100.00% 2 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_urls.py test_detail_resolve   100.00% 2 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_urls.py (no function)   100.00% 12 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_views.py test_good_cheese_list_view_expanded   100.00% 3 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_views.py test_good_cheese_detail_view   100.00% 5 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_views.py test_good_cheese_create_view   100.00% 4 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_views.py test_cheese_list_contains_2_cheeses   100.00% 6 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_views.py test_detail_contains_cheese_data   100.00% 7 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_views.py test_cheese_create_form_valid   100.00% 8 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_views.py test_cheese_create_correct_title   100.00% 4 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_views.py test_good_cheese_update_view   100.00% 6 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_views.py test_cheese_update   100.00% 8 0 0   100.00% 0 0   100.00%
cheese/cheeses/tests/test_views.py (no function)   100.00% 16 0 0   100.00% 0 0   100.00%
cheese/cheeses/urls.py (no function)   100.00% 4 0 0   100.00% 0 0   100.00%
cheese/cheeses/views.py CheeseCreateView.form_valid   100.00% 2 0 0   100.00% 0 0   100.00%
cheese/cheeses/views.py (no function)   100.00% 15 0 0   100.00% 0 0   100.00%
cheese/users/admin.py (no function)   100.00% 12 0 0   100.00% 0 0   100.00%
cheese/users/apps.py UsersConfig.ready   100.00% 4 0 0   100.00% 0 0   100.00%
cheese/users/apps.py (no function)   100.00% 6 0 0   100.00% 0 0   100.00%
cheese/users/forms.py UserCreationForm.clean_username   100.00% 6 0 0   100.00% 0 0   100.00%
cheese/users/forms.py (no function)   100.00% 11 0 0   100.00% 0 0   100.00%
cheese/users/models.py User.get_absolute_url   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/users/models.py (no function)   100.00% 8 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_forms.py TestUserCreationForm.test_clean_username   100.00% 9 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_forms.py (no function)   100.00% 6 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_models.py test_user_get_absolute_url   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_models.py (no function)   100.00% 4 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_urls.py test_detail   100.00% 2 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_urls.py test_update   100.00% 2 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_urls.py test_redirect   100.00% 2 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_urls.py (no function)   100.00% 7 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_views.py TestUserUpdateView.test_get_success_url   100.00% 5 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_views.py TestUserUpdateView.test_get_object   100.00% 5 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_views.py TestUserUpdateView.test_form_valid   100.00% 8 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_views.py TestUserRedirectView.test_get_redirect_url   100.00% 5 0 0   100.00% 0 0   100.00%
cheese/users/tests/test_views.py (no function)   100.00% 14 0 0   100.00% 0 0   100.00%
cheese/users/urls.py (no function)   100.00% 4 0 0   100.00% 0 0   100.00%
cheese/users/views.py UserUpdateView.get_success_url   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/users/views.py UserUpdateView.get_object   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/users/views.py UserRedirectView.get_redirect_url   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/users/views.py (no function)   100.00% 20 0 0   100.00% 0 0   100.00%
cheese/utils/context_processors.py settings_context   100.00% 1 0 0   100.00% 0 0   100.00%
cheese/utils/context_processors.py (no function)   100.00% 2 0 0   100.00% 0 0   100.00%
config/settings/test.py (no function)   100.00% 8 0 0   100.00% 0 0   100.00%
Total     100.00% 306 0 0   100.00% 0 0   100.00%

No items found using the specified filter.