class documentation

class KnownFailurePlugin(ErrorClassPlugin):

View In Hierarchy

Plugin that installs a KNOWNFAIL error class for the KnownFailureClass exception. When KnownFailure is raised, the exception will be logged in the knownfail attribute of the result, 'K' or 'KNOWNFAIL' (verbose) will be output, and the exception will not be counted as an error or failure.
Method configure Undocumented
Method options Undocumented
Class Variable knownfail Undocumented
Instance Variable conf Undocumented
Instance Variable enabled Undocumented
def configure(self, options, conf):

Undocumented

def options(self, parser, env=os.environ):

Undocumented

knownfail =

Undocumented

conf =

Undocumented

enabled: bool =

Undocumented