File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ autoattribute
6363autoclass
6464autodoc
6565autofunction
66+ autouse
6667automethod
6768automodule
6869bnds
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ def _write_exp_configs():
157157
158158 The JSON data lives in this module (_CMIP6_EXP_CONFIG_DATA /
159159 _CMIP7_EXP_CONFIG_DATA) so the on-disk files are no longer tracked by git.
160- This session-scoped autouse fixture materialises fresh copies before any
160+ This session-scoped autouse fixture materializes fresh copies before any
161161 test that needs them runs, and cleans them up afterwards.
162162 """
163163 EXP_CONFIG .write_text (json .dumps (_CMIP6_EXP_CONFIG_DATA , indent = 4 ))
Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ def test_exp_config_cleanup():
469469 Restores the CMIP6 experiment config to its pristine state after tests
470470 that mutate it in-place (e.g. grid / calendar updates).
471471
472- The config is no longer tracked by git — it is materialised by a
472+ The config is no longer tracked by git — it is materialized by a
473473 session-scoped conftest fixture — so we rewrite it from the canonical
474474 fixture data instead of running ``git restore``.
475475 """
You can’t perform that action at this time.
0 commit comments