Fixed test helpers to pass new templates parameter to ModuleContext.
CI / Formatting (push) Successful in 13s
CI / Linting (push) Successful in 14s
CI / Tests (Python 3.12) (push) Successful in 27s
CI / Tests (Python 3.13) (push) Successful in 26s
CI / Tests (Python 3.14) (push) Successful in 27s
CI / Type Checking (push) Successful in 24s
CI / Spelling (push) Successful in 13s
Dependency Audit / Dependency Audit (push) Successful in 18s

This commit is contained in:
2026-02-27 10:15:03 -05:00
parent 410c0cd791
commit 4de187ba6c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -109,6 +109,7 @@ def _make_module_context(
events=None, # type: ignore[arg-type]
routes=None, # type: ignore[arg-type]
http=None, # type: ignore[arg-type]
templates=None, # type: ignore[arg-type]
admin_client=None,
)
+1
View File
@@ -97,6 +97,7 @@ def _make_module_context(
events=None, # type: ignore[arg-type]
routes=None, # type: ignore[arg-type]
http=None, # type: ignore[arg-type]
templates=None, # type: ignore[arg-type]
admin_client=None,
)