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 test-specific logic.
PAGE_SIZEint = 5The number of items to return per page in paginated responses during testing.

Constructor

Signature

def TestingConfig() - > null