TestCenter Reference
TestSupport.Formal Namespace Reference

Functions

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

Function Documentation

◆ areScreenshotsDisabledByEnvironmentVariable()

TestSupport.Formal.areScreenshotsDisabledByEnvironmentVariable ( )

Definition at line 33 of file Formal.py.

◆ getList()

TestSupport.Formal.getList ( modInfo,
itemListName )

Definition at line 38 of file Formal.py.

◆ getListFromString()

TestSupport.Formal.getListFromString ( modInfo,
itemListName )

Definition at line 42 of file Formal.py.

◆ initTestDataBase()

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

Definition at line 57 of file Formal.py.

◆ isModuleToBeRemoved()

TestSupport.Formal.isModuleToBeRemoved ( moduleInfo)

◆ isTestInAllowedPackage()

TestSupport.Formal.isTestInAllowedPackage ( testName,
packageName )

Definition at line 51 of file Formal.py.

◆ runFunctionButIgnoredDeprecationWarnings()

TestSupport.Formal.runFunctionButIgnoredDeprecationWarnings ( func,
modInfo )

Definition at line 17 of file Formal.py.

References TestSupport.Formal.isModuleToBeRemoved().