This project includes code snippets for conducting property-based testing using Hypothesis on FastAPI endpoints. It contains test cases specifically for POST endpoints to facilitate basic operational checks.
- Start the containers with
docker compose up -d
. - Run the tests with
docker compose exec api pytest ../app/test_hypothesis.py -s
.