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.

test_ClassifierOptionError_get_code()[source]

Method to test ClassifierOptionError Exception get_code method.

test_ClassifierOptionError_get_message()[source]

Method to test ClassifierOptionError Exception get_message method.

test_ClassifierOptionError_init()[source]

Method to test ClassifierOptionError Exception initialization.

test_EstimatorOptionError_get_code()[source]

Method to test EstimatorOptionError Exception get_code method.

test_EstimatorOptionError_get_message()[source]

Method to test EstimatorOptionError Exception get_message method.

test_EstimatorOptionError_init()[source]

Method to test EstimatorOptionError Exception initialization.

test_InputDataError_get_code()[source]

Method to test InputDataError Exception get_code method.

test_InputDataError_get_message()[source]

Method to test InputDataError Exception get_message method.

test_InputDataError_init()[source]

Method to test InputDataError Exception initialization.

test_ModelNotFound_get_code()[source]

Method to test ModelNotFound Exception get_code method.

test_ModelNotFound_get_message()[source]

Method to test ModelNotFound Exception get_message method.

test_ModelNotFound_init()[source]

Method to test ModelNotFound Exception initialization.

test_PathError_get_code()[source]

Method to test PathError Exception get_code method.

test_PathError_get_message()[source]

Method to test PathError Exception get_message method.

test_PathError_init()[source]

Method to test PathError Exception initialization.

test_StackingClassifierNotSupported_get_code()[source]

Method to test StackingClassifierNotSupported Exception get_code method.

test_StackingClassifierNotSupported_get_message()[source]

Method to test StackingClassifierNotSupported Exception get_message method.

test_StackingClassifierNotSupported_init()[source]

Method to test StackingClassifierNotSupported Exception initialization.

test_VotingClassifierNotSupported_get_code()[source]

Method to test VotingClassifierNotSupported Exception get_code method.

test_VotingClassifierNotSupported_get_message()[source]

Method to test VotingClassifierNotSupported Exception get_message method.

test_VotingClassifierNotSupported_init()[source]

Method to test VotingClassifierNotSupported Exception initialization.

test_VotingOptionForVotingClassifierError_get_code()[source]

Method to test VotingOptionForVotingClassifierError Exception get_code method.

test_VotingOptionForVotingClassifierError_get_message()[source]

Method to test VotingOptionForVotingClassifierError Exception get_message method.

test_VotingOptionForVotingClassifierError_init()[source]

Method to test VotingOptionForVotingClassifierError Exception initialization.

Module contents