Skip to content

Commit b242704

Browse files
committed
test: call the ladder positions rungs, as ADR 0011 does
The glossary now defines the precedence ladder and its rungs (PR DOI-USGS#405), which makes the one identifier still saying "tiers" for ladder positions a core-term misspelling rather than a stray. The file's own comments already say rung. ADR 0011's compliance citation is annotated the way ADR 0008 annotated the wateruse rename, so the reference stays true. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JAEQqs7XzQHGQQi2KakuXD
1 parent 934d4ed commit b242704

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

‎docs/source/architecture/decisions/0011-configuration-profiles.rst‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ Satisfied. In ``tests/configuration_test.py``:
210210

211211
- ``test_several_named_profiles_are_selected_independently`` -- one block,
212212
a different profile per adapter.
213-
- ``test_a_named_profile_layers_per_key_over_the_tiers_below`` -- a profile
213+
- ``test_a_named_profile_layers_per_key_over_the_rungs_below`` (named
214+
``..._the_tiers_below`` when this decision was taken) -- a profile
214215
inherits its adapter's default profile and the package-wide keys per key.
215216
- ``test_adding_a_named_profile_changes_nothing_until_it_is_selected`` -- a
216217
named profile is inert until something selects it.

‎tests/configuration_test.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def test_several_named_profiles_are_selected_independently(config_file):
358358
assert configuration.concurrency(adapter="ngwmn") == 4
359359

360360

361-
def test_a_named_profile_layers_per_key_over_the_tiers_below(config_file):
361+
def test_a_named_profile_layers_per_key_over_the_rungs_below(config_file):
362362
"""Selecting a profile replaces keys, never whole sources.
363363
364364
Every level of the file overrides the one below it *per key* (ADR 0011), so

0 commit comments

Comments
 (0)