Framework Mode - API client testing
Folder Structure
api-client-testing/ ├── tests/ │ ├── test_users.py │ ├── test_orders.py │ └── conftest.py ├── api_client/ │ ├── __init__.py │ ├── client.py │ └── endpoints.py ├── utils/ │ ├── __init__.py │ └── helpers.py ├── config/ │ └── config.yaml ├── requirements.txt └── pytest.ini