Skip to main content

TestingConfig

Configuration for test runs.

Attributes

AttributeTypeDescription
TESTINGbool = TrueFlag indicating that the application is running in a test environment, typically used to enable mock behaviors or bypass security checks.
PAGE_SIZEint = 5The number of items to return per page in paginated test results, used to verify pagination logic with a small dataset.

Constructor

Signature

def TestingConfig() - > null

Signature

def TestingConfig() - > null