testtube.util.NotImplementedTest

NotImplementedTest is a convenience wrapper around testtube.errors.NotImplementedTest. This can be useful in situations where you simply want to add a placeholder to revisited later.

Class

class testtube.util.NotImplementedTest()

extends: testtube.Test

Properties

name
string
Default “NotImplementedTest”
Description The test name.
description
string
Default “Not implemented”
Description The test description. This will be used to set testtube.errors.NotImplementedTest.message.

Methods

This method overrides testtube.Test.doTest to throw a NotImplementedError, using description for the error message.

Example