testtube.errors.SkipTestError

SkipTestError should be thrown to indicate that a test should be skipped. Tests throwing this error will succeed, but will be differentiated in the report to indicate this and potentially the reason why.

Class

class testtube.errors.SkipTestError()

extends: Error

Properties

tag
string
Default “SKIPPED”
Description static
Description The default tag for all instance of SkipTestError.
tag
string
Default “SKIPPED”
Description A tag used to classify the test result during reporting.
name
string
Default “SkipTestError”
Description The error name.
message
string
Default ”“
Description The error message.

Example