class documentation

A helper that enables generating Python module test fixtures.

Method attributesAsDict Undocumented
Method loadModuleAsDict Undocumented
Method makeImportable Undocumented
Method makeModule Undocumented
Method makeModuleAsDict Undocumented
Method setUp Undocumented
Method tearDown Undocumented
Method writeSourceInto Undocumented
Instance Variable FilePath Undocumented
Instance Variable getModule Undocumented
Instance Variable originalSysModules Undocumented
Instance Variable pathDir Undocumented
Instance Variable PythonPath Undocumented
Instance Variable savedSysPath Undocumented
def attributesAsDict(self, hasIterAttributes): (source)

Undocumented

def loadModuleAsDict(self, module): (source)

Undocumented

def makeImportable(self, path): (source)

Undocumented

def makeModule(self, source, path, moduleName): (source)

Undocumented

def makeModuleAsDict(self, source, path, name): (source)

Undocumented

def tearDown(self): (source)

Undocumented

def writeSourceInto(self, source, path, moduleName): (source)

Undocumented

FilePath = (source)

Undocumented

getModule = (source)

Undocumented

originalSysModules = (source)

Undocumented

Undocumented

PythonPath = (source)

Undocumented

savedSysPath = (source)

Undocumented