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_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_message()[source]
Method to test InputDataError Exception get_message method.
- test_ModelNotFound_get_message()[source]
Method to test ModelNotFound Exception get_message method.
- 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.