mathbong
Home
∑ School Math∑ Advanced Math
[] CodingAI Vibe</> Utils⎈ Infra
◎ My Project
Terms Tools About
KO
Glossary coding Term Page

Fixture

A pytest function that prepares shared resources such as clients or fake users before each

fixture #coding#fastapi#python
Korean version

Related Concepts

pytesthttpx.AsyncClient@pytest.mark.asyncioMockingCoverage

Core Idea

Fixture is A pytest function that prepares shared resources such as clients or fake users before each test. It usually makes the most sense alongside pytest, httpx.AsyncClient, @pytest.mark.asyncio.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept

[FastAPI 시리즈 15편] pytest와 httpx로 API 테스트하기 pytest, httpx.AsyncClient, dependency_overrides를 활용해 FastAPI 엔드포인트를 빠르게 검증하는 방법을 정리합니다.[Python 시리즈 11편] pytest로 테스트 자동화하기 pytest 설치부터 픽스처, 모킹, 커버리지까지 실제 서비스 코드를 검증하는 흐름을 구축한다.[FastAPI Series 15] How to Test Your FastAPI App with pytest and httpx Learn how to test your FastAPI endpoints using pytest and httpx. This guide walks through the setup and helps you write reliable tests step by step.

© 2026 mathbong. All rights reserved.

RSS