Table of Contents

Class: TestLoader Twisted-0.19.0/twisted/test/test_all.py

TestLoader with a method to load all test_* modules in its package.

Base Classes   
unittest.TestLoader
Methods   
__init__
loadErrorText
loadTestsFromMyPackage
  __init__ 
__init__ ( self )

  loadErrorText 
loadErrorText ( self )

Return a string explaining modules which didn't load.

  loadTestsFromMyPackage 
loadTestsFromMyPackage (
        self,
        file=None,
        modules=[],
        )

Loads everything named test_*.py in this directory.

A test module may exclude itself from the suite by assigning a non-false value to EXCLUDE_FROM_BIGSUITE.


Table of Contents

This document was automatically generated on Sun Jul 14 19:53:27 2002 by HappyDoc version 2.0