Glossary coding Term Page

dependency_overrides

A FastAPI setting that swaps dependencies with fakes during tests or special cases

dependency-overrides #coding#fastapi

Related Concepts

Core Idea

dependency_overrides is A FastAPI setting that swaps dependencies with fakes during tests or special cases. It usually makes the most sense alongside Dependency injection, Request scope, Sub-dependency.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept