Orbits
1
|
Public Member Functions | |
def | run |
def | report_unexpected_exception |
def | report_failure |
Public Member Functions inherited from setuptools.tests.doctest.DocTestRunner | |
def | __init__ |
def | report_start |
def | report_success |
def | report_failure |
def | report_unexpected_exception |
def | run |
def | summarize |
def | merge |
Additional Inherited Members | |
Public Attributes inherited from setuptools.tests.doctest.DocTestRunner | |
optionflags | |
original_optionflags | |
tries | |
failures | |
test | |
debugger | |
save_linecache_getlines | |
Static Public Attributes inherited from setuptools.tests.doctest.DocTestRunner | |
string | DIVIDER = "*" |
def setuptools.tests.doctest.DebugRunner.report_failure | ( | self, | |
out, | |||
test, | |||
example, | |||
got | |||
) |
def setuptools.tests.doctest.DebugRunner.report_unexpected_exception | ( | self, | |
out, | |||
test, | |||
example, | |||
exc_info | |||
) |
def setuptools.tests.doctest.DebugRunner.run | ( | self, | |
test, | |||
compileflags = None , |
|||
out = None , |
|||
clear_globs = True |
|||
) |
Copyright 2014 Google Inc. All rights reserved.