Skip to content

Commit d363bc8

Browse files
committed
cspell complaints
1 parent 9807b94 commit d363bc8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.cspell/ok-unknown-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ autoattribute
6363
autoclass
6464
autodoc
6565
autofunction
66+
autouse
6667
automethod
6768
automodule
6869
bnds

fremorizer/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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))

fremorizer/tests/test_cmor_run_subtool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)