tests.exceptions package

Submodules

tests.exceptions.test_exceptions module

class tests.exceptions.test_exceptions.TestExceptions(methodName='runTest')[source]

Bases: TestCase

Class to test exceptions raised by application.

setUp()[source]

Hook method for setting up the test fixture before exercising it.

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_CollectionIsNone_init()[source]

Method to test CollectionIsNone Exception initialization.

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.

test_CredentialsError_get_message()[source]

Method to test CredentialsError Exception get_message method.

test_CredentialsError_init()[source]

Method to test CredentialsError Exception initialization.

test_DBError_get_code()[source]

Method to test DBError Exception get_code method.

test_DBError_get_message()[source]

Method to test DBError Exception get_message method.

test_DBError_init()[source]

Method to test DBError Exception initialization.

Module contents