Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions scripts/tests/test_configure_archived.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

The shell is lifted out of the file rather than restated here, so an edit that removes the
behavior fails these tests instead of leaving a reimplementation to agree with itself. The
region under test runs before `gh` is ever invoked, so no stub is needed: a cataloged or absent
registry falls through to a marker printed just after the lifted region, and an archived one
exits before reaching it.
region under test makes no `gh` call of its own, and the harness assigns every variable the
region reads. So the cases running the lifted region need no `gh` stub: a cataloged or absent
registry falls through to a marker printed just after that region, and an archived one exits
before reaching it.
"""

from __future__ import annotations
Expand Down
Loading