TestCenter Reference
TestSupport.Formal Namespace Reference

Functions

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

Function Documentation

◆ areScreenshotsDisabledByEnvironmentVariable()

TestSupport.Formal.areScreenshotsDisabledByEnvironmentVariable ( )

Definition at line 30 of file Formal.py.

◆ getList()

TestSupport.Formal.getList ( modInfo,
itemListName )

Definition at line 34 of file Formal.py.

◆ getListFromString()

TestSupport.Formal.getListFromString ( modInfo,
itemListName )

Definition at line 37 of file Formal.py.

◆ initTestDataBase()

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

Definition at line 50 of file Formal.py.

◆ isModuleToBeRemoved()

TestSupport.Formal.isModuleToBeRemoved ( moduleInfo)

◆ isTestInSamePackage()

TestSupport.Formal.isTestInSamePackage ( testName,
packageName )

Definition at line 45 of file Formal.py.

◆ runFunctionButIgnoredDeprecationWarnings()

TestSupport.Formal.runFunctionButIgnoredDeprecationWarnings ( func,
modInfo )

Definition at line 16 of file Formal.py.

References TestSupport.Formal.isModuleToBeRemoved().