Table of Contents

Module: TestEverything compClust/TestEverything.py

Recursively executes a testing framework for the python code base.

This module is responsible for recursively finding and executing all python scripts of the form Test*.py. Each module in the code base should have a corresponding test file. This is the major source of regression testing.

Imported modules   
import imp
import mlx
import os
import re
import sys
import types
import unittest
Functions   
findSubTests
loadAllTestSuites
loadTestModule
  findSubTests 
findSubTests ( base_directory )

  loadAllTestSuites 
loadAllTestSuites ()

  loadTestModule 
loadTestModule ( pathname )


Table of Contents

This document was automatically generated on Wed Aug 27 14:24:55 2003 by HappyDoc version 2.1