Glossary coding Term Page

@pytest.mark.asyncio

A decorator that lets pytest run async test functions on an event loop

pytest-mark-asyncio #coding#fastapi
Korean version

Related Concepts

Core Idea

@pytest.mark.asyncio is A decorator that lets pytest run async test functions on an event loop. It usually makes the most sense alongside pytest, httpx.AsyncClient, Fixture.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept