accounts/admin.py |
(no function) |
13 |
0 |
0 |
0 |
0 |
100.00% |
accounts/apps.py |
(no function) |
4 |
0 |
0 |
0 |
0 |
100.00% |
accounts/forms.py |
CustomUserCreationForm.clean_username |
6 |
0 |
0 |
0 |
0 |
100.00% |
accounts/forms.py |
(no function) |
14 |
0 |
0 |
0 |
0 |
100.00% |
accounts/models.py |
CustomUser.__str__ |
1 |
0 |
0 |
0 |
0 |
100.00% |
accounts/models.py |
CustomUser.get_absolute_url |
1 |
0 |
0 |
0 |
0 |
100.00% |
accounts/models.py |
(no function) |
12 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/signup_page.py |
SignupTests.setUp |
2 |
2 |
0 |
0 |
0 |
0.00% |
accounts/tests/signup_page.py |
SignupTests.test_signup_template |
4 |
4 |
0 |
0 |
0 |
0.00% |
accounts/tests/signup_page.py |
SignupTests.test_signup_form |
4 |
4 |
0 |
0 |
0 |
0.00% |
accounts/tests/signup_page.py |
(no function) |
9 |
9 |
0 |
0 |
0 |
0.00% |
accounts/tests/test_forms.py |
TestUserCreationForm.test_clean_username |
9 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_forms.py |
(no function) |
6 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_models.py |
CustomUserTests.setUp |
3 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_models.py |
CustomUserTests.test___str__ |
2 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_models.py |
CustomUserTests.test_user_get_absolute_url |
1 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_models.py |
CustomUserTests.test_create_user |
5 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_models.py |
CustomUserTests.test_user_asserts |
11 |
2 |
0 |
0 |
0 |
81.82% |
accounts/tests/test_models.py |
CustomUserTests.test_create_superuser |
5 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_models.py |
CustomUserTests.test_superuser_asserts |
7 |
2 |
0 |
0 |
0 |
71.43% |
accounts/tests/test_models.py |
(no function) |
10 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_urls.py |
(no function) |
0 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_views.py |
TestUserUpdateView.dummy_get_response |
1 |
1 |
0 |
0 |
0 |
0.00% |
accounts/tests/test_views.py |
TestUserUpdateView.test_get_success_url |
5 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_views.py |
TestUserUpdateView.test_get_object |
5 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_views.py |
TestUserUpdateView.test_form_valid |
14 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_views.py |
TestUserRedirectView.test_get_redirect_url |
5 |
0 |
0 |
0 |
0 |
100.00% |
accounts/tests/test_views.py |
(no function) |
17 |
0 |
0 |
0 |
0 |
100.00% |
accounts/urls.py |
(no function) |
3 |
0 |
0 |
0 |
0 |
100.00% |
accounts/views.py |
UserUpdateView.get_success_url |
1 |
0 |
0 |
0 |
0 |
100.00% |
accounts/views.py |
UserUpdateView.get_object |
1 |
0 |
0 |
0 |
0 |
100.00% |
accounts/views.py |
UserRedirectView.get_redirect_url |
1 |
0 |
0 |
0 |
0 |
100.00% |
accounts/views.py |
(no function) |
21 |
0 |
0 |
0 |
0 |
100.00% |
config/test.py |
(no function) |
5 |
0 |
0 |
0 |
0 |
100.00% |
config/urls.py |
(no function) |
8 |
0 |
1 |
0 |
0 |
100.00% |
pages/admin.py |
(no function) |
1 |
0 |
0 |
0 |
0 |
100.00% |
pages/apps.py |
(no function) |
4 |
0 |
0 |
0 |
0 |
100.00% |
pages/forms.py |
(no function) |
5 |
0 |
0 |
0 |
0 |
100.00% |
pages/models.py |
(no function) |
1 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_forms.py |
ContactFormTests.test_contact_page_form_is_valid |
2 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_forms.py |
ContactFormTests.test_contact_form_is_invalid |
2 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_forms.py |
ContactFormTests.test_header_injection |
7 |
2 |
0 |
0 |
0 |
71.43% |
pages/tests/test_forms.py |
(no function) |
6 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_views.py |
HomePageTests.setUp |
2 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_views.py |
HomePageTests.test_homepage_url_resolves_homepageview |
2 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_views.py |
AboutPageTests.setUp |
2 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_views.py |
AboutPageTests.test_about_page_url_resolves_about_pageview |
2 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_views.py |
ContactViewTests.setUp |
2 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_views.py |
ContactViewTests.test_contact_page_url_resolves_contactpageview |
2 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_views.py |
SuccessViewTests.setUp |
2 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_views.py |
SuccessViewTests.test_success_page_url_resolves_success_page_view |
2 |
0 |
0 |
0 |
0 |
100.00% |
pages/tests/test_views.py |
(no function) |
19 |
0 |
0 |
0 |
0 |
100.00% |
pages/urls.py |
(no function) |
3 |
0 |
0 |
0 |
0 |
100.00% |
pages/views.py |
ContactView |
13 |
0 |
0 |
4 |
0 |
100.00% |
pages/views.py |
SuccessView |
1 |
0 |
0 |
0 |
0 |
100.00% |
pages/views.py |
(no function) |
11 |
0 |
0 |
0 |
0 |
100.00% |
posts/admin.py |
(no function) |
19 |
0 |
0 |
0 |
0 |
100.00% |
posts/apps.py |
(no function) |
4 |
0 |
0 |
0 |
0 |
100.00% |
posts/feeds.py |
LatestPostsFeed.items |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/feeds.py |
LatestPostsFeed.item_title |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/feeds.py |
LatestPostsFeed.item_description |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/feeds.py |
LatestPostsFeed.item_pubdate |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/feeds.py |
(no function) |
13 |
0 |
0 |
0 |
0 |
100.00% |
posts/forms.py |
(no function) |
13 |
0 |
0 |
0 |
0 |
100.00% |
posts/models.py |
PublishedManager.get_queryset |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/models.py |
Post.__str__ |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/models.py |
Post.save |
3 |
0 |
0 |
2 |
0 |
100.00% |
posts/models.py |
Post.get_absolute_url |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/models.py |
Comment.__str__ |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/models.py |
(no function) |
42 |
0 |
0 |
0 |
0 |
100.00% |
posts/sitemaps.py |
PostSitemap.items |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/sitemaps.py |
PostSitemap.lastmod |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/sitemaps.py |
(no function) |
7 |
0 |
0 |
0 |
0 |
100.00% |
posts/templatetags/posts_tags.py |
total_posts |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/templatetags/posts_tags.py |
show_latest_posts |
2 |
0 |
0 |
0 |
0 |
100.00% |
posts/templatetags/posts_tags.py |
get_most_commented_posts |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/templatetags/posts_tags.py |
markdown_format |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/templatetags/posts_tags.py |
(no function) |
14 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_models.py |
test_post___str__ |
2 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_models.py |
test_post_get_absolute_url |
2 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_models.py |
test_comment__str__ |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_models.py |
(no function) |
6 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_urls.py |
post |
1 |
1 |
0 |
0 |
0 |
0.00% |
posts/tests/test_urls.py |
test_post_list_reverse |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_urls.py |
test_post_list_resolve |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_urls.py |
test_post_add_reverse |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_urls.py |
test_post_add_resolve |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_urls.py |
(no function) |
11 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
test_post_list_view |
4 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
test_post_detail_view |
4 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
test_post_create_view |
7 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
test_message_delete |
5 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
PostTests.setUp |
4 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
PostTests.test_post_update_view |
3 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
PostListViewTest.setUp |
7 |
0 |
0 |
2 |
0 |
100.00% |
posts/tests/test_views.py |
PostListViewTest.test_view_url_exists_at_desired_location |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
PostListViewTest.test_view_url_accessible_by_name |
1 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
PostListViewTest.test_view_uses_correct_template |
2 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
test_comment_add |
3 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
CommentTests.setUp |
3 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
CommentTests.test_comment_content |
3 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
CommentTests.test_comment_add_view |
5 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
test_sitemap |
6 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
test_rssfeed |
7 |
0 |
0 |
0 |
0 |
100.00% |
posts/tests/test_views.py |
(no function) |
37 |
0 |
0 |
0 |
0 |
100.00% |
posts/urls.py |
(no function) |
4 |
0 |
0 |
0 |
0 |
100.00% |
posts/views.py |
post_list |
14 |
6 |
0 |
2 |
1 |
56.25% |
posts/views.py |
post_detail |
7 |
0 |
0 |
0 |
0 |
100.00% |
posts/views.py |
PostCreateView.form_valid |
2 |
2 |
0 |
0 |
0 |
0.00% |
posts/views.py |
PostUpdateView.test_func |
2 |
0 |
0 |
0 |
0 |
100.00% |
posts/views.py |
PostDeleteView.test_func |
2 |
0 |
0 |
0 |
0 |
100.00% |
posts/views.py |
post_share |
13 |
13 |
0 |
4 |
0 |
0.00% |
posts/views.py |
post_search |
11 |
11 |
0 |
4 |
0 |
0.00% |
posts/views.py |
comment_add |
8 |
0 |
0 |
2 |
1 |
90.00% |
posts/views.py |
(no function) |
33 |
0 |
0 |
0 |
0 |
100.00% |