The api folder holds full api http-based integration tests, authored by AI. The schemathesis folder holds the automated generated tests.
To get started, install a virtual environment and install the requirements:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtTo run the api tests, run:
pytest api