bug_hub.tests.views package
bug_hub.tests.views Submodules
bug_hub.tests.views.test_bug_create_view module
This module contains unit tests for validating the view when creating new bug reports in the Bug Hub application.
bug_hub.tests.views.test_bug_detail_view module
This module contains unit tests for validating the view when viewing the details of a bug report in the Bug Hub application.
- class bug_hub.tests.views.test_bug_detail_view.BugDetailViewTestCase(methodName='runTest')[source]
Bases:
TestCaseTest case for the BugDetailView class.
- Parameters:
bug (Bug) – A Bug object created for testing.
url (str) – The URL for the bug detail view.
bug_hub.tests.views.test_bug_list_view module
This module contains unit tests for validating the view when viewing the list of all bug reports in the Bug Hub application.