TestCenter Reference
TestSupport.Formal Namespace Reference

Functions

def runFunctionButIgnoredDeprecationWarnings (func, modInfo)
 
def isModuleToBeRemoved (moduleInfo)
 
def areScreenshotsDisabledByEnvironmentVariable ()
 
def getList (modInfo, itemListName)
 
def getListFromString (modInfo, itemListName)
 
def isTestInSamePackage (testName, packageName)
 
def initTestDataBase ()
 

Function Documentation

◆ areScreenshotsDisabledByEnvironmentVariable()

def TestSupport.Formal.areScreenshotsDisabledByEnvironmentVariable ( )

Definition at line 30 of file Formal.py.

◆ getList()

def TestSupport.Formal.getList (   modInfo,
  itemListName 
)

◆ getListFromString()

def TestSupport.Formal.getListFromString (   modInfo,
  itemListName 
)

Definition at line 37 of file Formal.py.

◆ initTestDataBase()

def TestSupport.Formal.initTestDataBase ( )
 Initializes the test case data base if it is not
    already initialized.

Definition at line 50 of file Formal.py.

◆ isModuleToBeRemoved()

def TestSupport.Formal.isModuleToBeRemoved (   moduleInfo)

◆ isTestInSamePackage()

def TestSupport.Formal.isTestInSamePackage (   testName,
  packageName 
)

Definition at line 45 of file Formal.py.

◆ runFunctionButIgnoredDeprecationWarnings()

def TestSupport.Formal.runFunctionButIgnoredDeprecationWarnings (   func,
  modInfo 
)

Definition at line 16 of file Formal.py.

References TestSupport.Formal.isModuleToBeRemoved().