tests.exceptions package
Submodules
tests.exceptions.test_exceptions module
- class tests.exceptions.test_exceptions.TestExceptions(methodName='runTest')[source]
Bases:
TestCaseClass to test exceptions raised by application.
- test_CollectionIsNone_get_code()[source]
Method to test CollectionIsNone Exception get_code method.
- test_CollectionIsNone_get_message()[source]
Method to test CollectionIsNone Exception get_message method.
- test_ConnectionNotConfigured_get_code()[source]
Method to test ConnectionNotConfigured Exception get_code method.
- test_ConnectionNotConfigured_get_message()[source]
Method to test ConnectionNotConfigured Exception get_message method.
- test_ConnectionNotConfigured_init()[source]
Method to test ConnectionNotConfigured Exception initialization.
- test_CredentialsError_get_code()[source]
Method to test CredentialsError Exception get_code method.