Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | List of all members
setuptools.tests.doctest.DebugRunner Class Reference
Inheritance diagram for setuptools.tests.doctest.DebugRunner:
setuptools.tests.doctest.DocTestRunner

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 = "*"
 

Member Function Documentation

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 
)

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.