Glossary coding Term Page
pytest
The de facto Python test runner with function-based tests and rich plugins
Core Idea
pytest is The de facto Python test runner with function-based tests and rich plugins, ideal for FastAPI. It usually makes the most sense alongside Fixture, httpx.AsyncClient, @pytest.mark.asyncio.
Why It Matters Here
Mathbong reuses this term across fastapi posts as shared vocabulary.