| Home | Trees | Index | Help |  | 
|---|
| 
 | 
testoob: An unittest-compatible Python testing framework
  asserter: Help hook into asserts, for verbose asserts
    collecting: Some useful test-collecting functions
    coverage: Code coverage module
    exceptions: Exception classes
    extracting: Extracting tests from a test suite
    main: main() implementation
    profiling: Profiling support code
    test_loaders: Special test loaders
    testing: Useful testing fuctions.
    utils: General utilities used internally
  __builtin__.object: 
The most base type
    testoob.profiling.ProfilingHelper
    
  unittest.TestLoader: 
This class is responsible for loading tests according to various 
criteria and returning them wrapped in a Test
    testoob.test_loaders.CustomMethodNameLoader: 
Load test methods based on a predicate
    testoob.test_loaders.GlobLoader: 
Load test methods matching the glob pattern
  testoob.test_loaders.RegexLoader: 
Load test methods matching the regular expression
    unittest.TestSuite: 
A test suite is a composite test consisting of a number of 
TestCases.
  __builtin__.type: 
type(object) -> the object's type type(name, bases, dict) -> a 
new type
    exceptions.Exception: 
Common base class for all exceptions.
    testoob.exceptions.SkipTestException
  exceptions.StandardError: 
Base class for all standard Python exceptions.
    exceptions.AssertionError: 
Assertion failed.
    
    testoob.utils.UnpickleableFieldError
    testoob.asserter.Asserter
  testoob.coverage.Coverage: 
Python code coverage module built specifically for checking code 
coverage in tests performed by Testoob.
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Sun Dec 3 15:27:58 2006 | http://epydoc.sf.net |