pagetools.pages.tests package¶
Submodules¶
pagetools.pages.tests.test_admin module¶
pagetools.pages.tests.test_forms module¶
- class pagetools.pages.tests.test_forms.TestContactFormMissingReceiver(methodName='runTest')[source]¶
Bases:
TestCaseCreate an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- class pagetools.pages.tests.test_forms.TestContactFormWithKwargReceiver(methodName='runTest')[source]¶
Bases:
TestCaseCreate an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
pagetools.pages.tests.test_models module¶
pagetools.pages.tests.test_views module¶
- class pagetools.pages.tests.test_views.PageViewTestCase(methodName='runTest')[source]¶
Bases:
MenuDataTestCaseCreate an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.