TestingConfig
Configuration for test runs.
Attributes
| Attribute | Type | Description |
|---|---|---|
| TESTING | bool = True | Flag indicating that the application is running in a test environment, typically used to enable mock behaviors or test-specific logic. |
| PAGE_SIZE | int = 5 | The number of items to return per page in paginated responses during testing. |
Constructor
Signature
def TestingConfig() - > null