agent-governance/tests/governance/test_revocation_triggers.py
profit 92d3602852 Add 17 missing governance tests - coverage 57.6% → 70.2%
Phase 1 (Foundation): 62.5% → 100%
- test_ledger_connection.py
- test_vault_status.py
- test_audit_logging.py

Phase 3 (Execution): 70% → 100%
- test_preflight_gate.py
- test_wrapper_enforcement.py
- test_evidence_collection.py

Phase 4 (Promotion): 57.1% → 100%
- test_promotion_logic.py
- test_revocation_triggers.py
- test_monitor_daemon.py

Phase 5 (Bootstrapping): 60% → 100%
- test_checkpoint_create_load.py
- test_tier0_agent_constraints.py
- test_orchestrator_delegation.py
- test_context_preservation.py

All 8 critical gaps now resolved.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 22:22:26 -05:00

10 lines
216 B
Python

#!/usr/bin/env python3
"""
Test: revocation_triggers
Phase 4: Promotion and Revocation Engine
"""
from test_phase4_promotion import test_revocation_triggers
if __name__ == "__main__":
test_revocation_triggers()