TestingConfig
Configuration for test runs.
Attributes
| Attribute | Type | Description |
|---|---|---|
| TESTING | bool = True | Indicates if the application is running in testing mode. |
| PAGE_SIZE | int = 5 | The number of items to display per page. |
Configuration for test runs.
| Attribute | Type | Description |
|---|---|---|
| TESTING | bool = True | Indicates if the application is running in testing mode. |
| PAGE_SIZE | int = 5 | The number of items to display per page. |