Add date-isolated caches and regression coverage, align scoring identity, and freeze full research reruns while preserving historical artifacts. Record unresolved cache/receipt identity and end-to-end acceptance gaps for branch review only. Co-Authored-By: Claude Code <noreply@anthropic.com>
10 lines
520 B
Python
10 lines
520 B
Python
"""Collect candidate-date regressions through quick's test_rectification_*.py glob."""
|
|
|
|
from tests.test_dasha_transition_proximity_cross_midnight import ( # noqa: F401
|
|
test_every_candidate_uses_own_date_and_caches_do_not_cross_dates,
|
|
test_fixed_scoring_identity_is_exposed_without_changing_input_contract,
|
|
test_legacy_context_without_candidate_at_retains_request_date,
|
|
test_real_cross_midnight_all_candidates_match_independent_dated_calculation,
|
|
test_same_day_public_aa_scores_keep_pre_fix_bytes,
|
|
)
|