Documentation Index
Fetch the complete documentation index at: https://swe.aboneda.com/llms.txt
Use this file to discover all available pages before exploring further.
pytest Fundamentals
A structured approach to mastering pytest for Python backend testing.Topics to Cover
- Fixtures — Setup/teardown, scope, parametrize, conftest
- Mocking — monkeypatch, unittest.mock, dependency overrides
- API Testing — TestClient, async testing, database fixtures
- Organization — Test structure, markers, plugins
