Orbits
1
|
Public Member Functions | |
def | __init__ |
def | __str__ |
Public Attributes | |
test | |
example | |
got | |
A DocTest example has failed in debugging mode. The exception instance has variables: - test: the DocTest object being run - excample: the Example object that failed - got: the actual output
def setuptools.tests.doctest.DocTestFailure.__init__ | ( | self, | |
test, | |||
example, | |||
got | |||
) |
def setuptools.tests.doctest.DocTestFailure.__str__ | ( | self | ) |
setuptools.tests.doctest.DocTestFailure.example |
setuptools.tests.doctest.DocTestFailure.got |
setuptools.tests.doctest.DocTestFailure.test |
Copyright 2014 Google Inc. All rights reserved.