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
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:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user