test: neutral names for the reference path and the office-IT baseline
Rename the reference-project helpers and test names (_reference_k, test_reference_path_*) and the cost-baseline helper (_kontor_it_baseline, which already returned KONTOR-IT-E1). Names only; no assertion changes. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
parent
11faf6ef56
commit
9cdbd57cf6
8 changed files with 25 additions and 22 deletions
|
|
@ -249,7 +249,7 @@ async def test_run_result_carries_the_trace(tmp_path, fresh_store) -> None:
|
|||
assert [s.target for s in result.skipped_links] == [_DANGLING]
|
||||
|
||||
|
||||
async def test_road_path_has_an_empty_trace(docs_dir, fresh_store) -> None:
|
||||
async def test_reference_path_has_an_empty_trace(docs_dir, fresh_store) -> None:
|
||||
"""The reference path navigates no bundle, so "nothing was skipped" is literally true there — which
|
||||
is exactly why the empty tuple is an honest DEFAULT rather than a withheld fact."""
|
||||
result = await run_project(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue