library coverage report:
98.07%
hide covered
Files
Functions
Classes
coverage.py v7.9.1
, created at 2025-06-13 15:39 -0700
File
class
statements
missing
excluded
branches
partial
coverage
accounts/admin.py
CustomUserAdmin
0
0
0
0
0
100.00%
accounts/admin.py
(no class)
11
0
0
0
0
100.00%
accounts/apps.py
AccountsConfig
0
0
0
0
0
100.00%
accounts/apps.py
(no class)
4
0
0
0
0
100.00%
accounts/forms.py
CustomUserChangeForm
0
0
0
0
0
100.00%
accounts/forms.py
CustomUserChangeForm.Meta
0
0
0
0
0
100.00%
accounts/forms.py
CustomUserCreationForm
6
0
0
0
0
100.00%
accounts/forms.py
CustomUserCreationForm.Meta
0
0
0
0
0
100.00%
accounts/forms.py
(no class)
14
0
0
0
0
100.00%
accounts/models.py
CustomUser
2
0
0
0
0
100.00%
accounts/models.py
(no class)
12
0
0
0
0
100.00%
accounts/tests/test_forms.py
TestUserCreationForm
9
0
0
0
0
100.00%
accounts/tests/test_forms.py
(no class)
6
0
0
0
0
100.00%
accounts/tests/test_models.py
CustomUserTests
34
4
0
0
0
88.24%
accounts/tests/test_models.py
SignupPageTests
10
0
0
0
0
100.00%
accounts/tests/test_models.py
LoginPageTests
6
0
0
0
0
100.00%
accounts/tests/test_models.py
LogoutPageTests
3
0
0
0
0
100.00%
accounts/tests/test_models.py
PasswordResetFormTests
6
0
0
0
0
100.00%
accounts/tests/test_models.py
PasswordResetDoneTests
6
0
0
0
0
100.00%
accounts/tests/test_models.py
PasswordChangeFormTests
3
0
0
0
0
100.00%
accounts/tests/test_models.py
PasswordChangeDoneTests
6
0
0
0
0
100.00%
accounts/tests/test_models.py
(no class)
35
0
0
0
0
100.00%
accounts/tests/test_urls.py
(no class)
13
0
0
0
0
100.00%
accounts/tests/test_views.py
TestUserUpdateView
25
1
0
0
0
96.00%
accounts/tests/test_views.py
TestUserRedirectView
5
0
0
0
0
100.00%
accounts/tests/test_views.py
(no class)
17
0
0
0
0
100.00%
accounts/urls.py
(no class)
3
0
0
0
0
100.00%
accounts/views.py
UserDetailView
0
0
0
0
0
100.00%
accounts/views.py
UserUpdateView
2
0
0
0
0
100.00%
accounts/views.py
UserRedirectView
1
0
0
0
0
100.00%
accounts/views.py
(no class)
21
0
0
0
0
100.00%
catalog/admin.py
BooksInline
0
0
0
0
0
100.00%
catalog/admin.py
AuthorAdmin
0
0
0
0
0
100.00%
catalog/admin.py
BooksInstanceInline
0
0
0
0
0
100.00%
catalog/admin.py
BookAdmin
0
0
0
0
0
100.00%
catalog/admin.py
BookInstanceAdmin
0
0
0
0
0
100.00%
catalog/admin.py
(no class)
25
0
0
0
0
100.00%
catalog/apps.py
CatalogConfig
0
0
0
0
0
100.00%
catalog/apps.py
(no class)
4
0
0
0
0
100.00%
catalog/forms.py
RenewBookForm
6
0
0
4
0
100.00%
catalog/forms.py
(no class)
6
0
0
0
0
100.00%
catalog/models.py
Genre
1
0
0
0
0
100.00%
catalog/models.py
Genre.Meta
0
0
0
0
0
100.00%
catalog/models.py
Language
1
0
0
0
0
100.00%
catalog/models.py
Language.Meta
0
0
0
0
0
100.00%
catalog/models.py
Book
3
1
0
0
0
66.67%
catalog/models.py
Book.Meta
0
0
0
0
0
100.00%
catalog/models.py
BookInstance
4
2
0
2
1
50.00%
catalog/models.py
BookInstance.Meta
0
0
0
0
0
100.00%
catalog/models.py
Author
4
1
0
2
1
66.67%
catalog/models.py
Author.Meta
0
0
0
0
0
100.00%
catalog/models.py
(no class)
56
0
0
0
0
100.00%
catalog/tests/test_forms.py
RenewBookFormTest
16
0
0
0
0
100.00%
catalog/tests/test_forms.py
(no class)
10
0
0
0
0
100.00%
catalog/tests/test_models.py
BookModelTest
6
0
0
0
0
100.00%
catalog/tests/test_models.py
GenreModelTest
3
0
0
0
0
100.00%
catalog/tests/test_models.py
LanguageModelTest
3
0
0
0
0
100.00%
catalog/tests/test_models.py
AuthorModelTest
18
1
0
2
1
90.00%
catalog/tests/test_models.py
(no class)
24
0
0
0
0
100.00%
catalog/tests/test_views.py
AuthorListViewTest
19
0
0
2
0
100.00%
catalog/tests/test_views.py
LoanedBookInstancesByUserListViewTest
64
0
0
16
0
100.00%
catalog/tests/test_views.py
RenewBookInstancesViewTest
48
0
0
0
0
100.00%
catalog/tests/test_views.py
AuthorCreateViewTest
31
0
0
0
0
100.00%
catalog/tests/test_views.py
IndexTests
9
0
0
0
0
100.00%
catalog/tests/test_views.py
(no class)
51
0
0
0
0
100.00%
catalog/urls.py
(no class)
3
0
0
0
0
100.00%
catalog/views.py
BookListView
0
0
0
0
0
100.00%
catalog/views.py
BookDetailView
0
0
0
0
0
100.00%
catalog/views.py
AuthorListView
0
0
0
0
0
100.00%
catalog/views.py
AuthorDetailView
0
0
0
0
0
100.00%
catalog/views.py
LoanedBooksByUserListView
1
0
0
0
0
100.00%
catalog/views.py
LoanedBooksAllListView
1
0
0
0
0
100.00%
catalog/views.py
AuthorCreate
0
0
0
0
0
100.00%
catalog/views.py
AuthorUpdate
0
0
0
0
0
100.00%
catalog/views.py
AuthorDelete
0
0
0
0
0
100.00%
catalog/views.py
BookCreate
0
0
0
0
0
100.00%
catalog/views.py
BookUpdate
0
0
0
0
0
100.00%
catalog/views.py
BookDelete
0
0
0
0
0
100.00%
catalog/views.py
SearchResultsListView
2
2
0
0
0
0.00%
catalog/views.py
(no class)
88
0
0
4
1
98.91%
config/test.py
(no class)
5
0
0
0
0
100.00%
config/urls.py
(no class)
5
0
1
0
0
100.00%
pages/admin.py
(no class)
1
0
0
0
0
100.00%
pages/apps.py
PagesConfig
0
0
0
0
0
100.00%
pages/apps.py
(no class)
4
0
0
0
0
100.00%
pages/forms.py
ContactForm
0
0
0
0
0
100.00%
pages/forms.py
(no class)
5
0
0
0
0
100.00%
pages/models.py
(no class)
1
0
0
0
0
100.00%
pages/tests/test_forms.py
ContactFormTests
11
2
0
0
0
81.82%
pages/tests/test_forms.py
(no class)
6
0
0
0
0
100.00%
pages/tests/test_views.py
HomePageTests
8
0
0
0
0
100.00%
pages/tests/test_views.py
AboutPageTests
8
0
0
0
0
100.00%
pages/tests/test_views.py
ContactViewTests
8
0
0
0
0
100.00%
pages/tests/test_views.py
SuccessViewTests
8
0
0
0
0
100.00%
pages/tests/test_views.py
(no class)
31
0
0
0
0
100.00%
pages/urls.py
(no class)
3
0
0
0
0
100.00%
pages/views.py
AboutPageView
0
0
0
0
0
100.00%
pages/views.py
HomePageView
0
0
0
0
0
100.00%
pages/views.py
(no class)
25
0
0
4
0
100.00%
Total
896
14
1
36
4
98.07%
No items found using the specified filter.