Six failing tests in test_recipe_cert_suppression.py covering the
full design surface:
1. test_recipe_suppresses_thickness
2. test_recipe_suppresses_nadcap_for_commodity_part
3. test_recipe_cannot_add_certs_customer_didnt_want (suppress-only
regression guard — recipe can never add types customer didn't ask for)
4. test_part_override_coc_recipe_suppresses
5. test_all_orphan_types_propagate (4-element output + bundling)
6. test_orphan_cert_issue_blocks_without_attachment
These will all fail until T4 (resolver) and T5 (orphan-attach gate)
land. RED phase of TDD locked in via commit ordering.
Sub: docs/superpowers/specs/2026-05-27-recipe-cert-toggles-design.md
Task: T3.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
12 lines
401 B
Python
12 lines
401 B
Python
# -*- coding: utf-8 -*-
|
|
from . import test_fp_job_extensions
|
|
from . import test_fp_job_milestone_cascade
|
|
from . import test_qty_received_propagation
|
|
from . import test_display_wo_name
|
|
from . import test_blocker_compute
|
|
from . import test_late_risk_ratio
|
|
from . import test_active_step_id
|
|
from . import test_autopause_cron
|
|
from . import test_post_shop_states
|
|
from . import test_recipe_cert_suppression
|