> ## 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

> Core concepts of pytest — test discovery, assertions, and test organization.

# 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
