django_expanded_test_cases package

Subpackages

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: Exception

Runtime error when using Selenium testing.

exception django_expanded_test_cases.exceptions.EtcSeleniumSetUpError

Bases: Exception

Runtime error when setting up for Selenium testing.

exception django_expanded_test_cases.exceptions.ExpandedTestCasesBaseException(value)

Bases: ABC, Exception

General customized exception for ETC project.

Holds boilerplate logic and should NOT be directly called.

property exception

Module contents

Imports logic for “django_expanded_test_cases/” folder. Allows simplified importing, for use as a third-party package.