feat: allow default context via FIXTURES_CONTEXT env var for fixtures load (#343)

This commit is contained in:
d3vyce
2026-07-06 18:17:07 +02:00
committed by GitHub
parent 06d49d5dc4
commit 040c023b8a
2 changed files with 15 additions and 1 deletions
@@ -57,7 +57,7 @@ async def load(
ctx: typer.Context,
contexts: Annotated[
list[str] | None,
typer.Argument(help="Contexts to load."),
typer.Argument(help="Contexts to load.", envvar="FIXTURES_CONTEXT"),
] = None,
strategy: Annotated[
LoadStrategy,