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
