testtube.errors.NotImplementedError

NotImplementedError should be thrown to indicate that a particular test has not yet been implemented. Tests throwing this error will succeed, but will be differentiated in the report to serve as a reminder.

Class

class testtube.errors.NotImplementedError()

extends: SkipTestError

Properties

tag
string
Default “NOT IMPLEMENTED”
Description static
Description The default tag for all instance of NotImplementedError.
tag
string
Default “NOT IMPLEMENTED”
Description A tag used to classify the test result during reporting.
name
string
Default “NotImplementedError”
Description The error name.
message
string
Default “Not implemented”
Description The error message.

Example