django_expanded_test_cases package
Subpackages
- django_expanded_test_cases.constants package
- django_expanded_test_cases.mixins package
- Submodules
- django_expanded_test_cases.mixins.core_mixin module
CoreTestCaseMixinCoreTestCaseMixin.add_user_group()CoreTestCaseMixin.add_user_permission()CoreTestCaseMixin.assertText()CoreTestCaseMixin.assertTextEndsWith()CoreTestCaseMixin.assertTextStartsWith()CoreTestCaseMixin.generate_get_url()CoreTestCaseMixin.get_user()CoreTestCaseMixin.setUpClass()CoreTestCaseMixin.setUpTestData()CoreTestCaseMixin.site_root_urlCoreTestCaseMixin.standardize_characters()CoreTestCaseMixin.standardize_letters()CoreTestCaseMixin.standardize_newlines()CoreTestCaseMixin.standardize_numbers()CoreTestCaseMixin.standardize_symbols()CoreTestCaseMixin.standardize_whitespace()CoreTestCaseMixin.subTest()
- django_expanded_test_cases.mixins.live_server_mixin module
- django_expanded_test_cases.mixins.response_mixin module
- Module contents
- django_expanded_test_cases.test_cases package
Submodules
django_expanded_test_cases.exceptions module
Custom Exception/Error classes for Django Expanded Test Cases project.
- exception django_expanded_test_cases.exceptions.EtcSeleniumRuntimeError
Bases:
ExceptionRuntime error when using Selenium testing.
- exception django_expanded_test_cases.exceptions.EtcSeleniumSetUpError
Bases:
ExceptionRuntime error when setting up for Selenium testing.
Module contents
Imports logic for “django_expanded_test_cases/” folder. Allows simplified importing, for use as a third-party package.