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:
Kjell Tore Guttormsen 2026-09-23 17:31:13 +02:00
commit 9cdbd57cf6
Signed by: ktg
SSH key fingerprint: SHA256:JakMjO6FTBBzN0Bhfj9saOoEjaFxlSdYuZQQpM/lF9Q
8 changed files with 25 additions and 22 deletions

View file

@ -40,7 +40,7 @@ from test_portfolio import REPLIES
from test_portfolio_learning_loadbearing import (
_ALIGNED_REPLY,
_bundle_kplus1,
_road_k,
_reference_k,
)
from portfolio_optimiser import ledger as ledger_mod
@ -797,7 +797,7 @@ async def test_intra_wave_visibility_is_the_documented_semantic_difference(
# rebuilt fixture would present as "the sentinel stopped arriving", i.e. as the very semantic
# difference this test claims to measure. The ``failures`` assertions below exist so that
# confusion can never happen silently again.
pair = (_road_k(tmp_path, rationale=sentinel), _bundle_kplus1(tmp_path))
pair = (_reference_k(tmp_path, rationale=sentinel), _bundle_kplus1(tmp_path))
monkeypatch.setattr("portfolio_optimiser.run.load_reference_projects", lambda: pair)
# k=1 — two waves. The control: the cross-project fold fires and the sentinel arrives.