This project automates API testing using Python and the requests library. It tests basic CRUD operations on a public mock API.
- GET, POST, PUT, DELETE request testing
- JSON response validation
- Simple assertions and status code checks
- Pytest integration
- Python, requests, pytest
pip install -r requirements.txtpytest tests/