Glossary coding Term Page
@pytest.mark.asyncio
A decorator that lets pytest run async test functions on an event loop
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.