
==================================== ERRORS ====================================
____________ ERROR collecting tests/audit/test_audit_repository.py _____________
ImportError while importing test module '/Users/dondoe/coding/zeroth/.worktrees/codex-phase-7-transparent-governance/tests/audit/test_audit_repository.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../../.local/share/uv/python/cpython-3.12.12-macos-aarch64-none/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/audit/test_audit_repository.py:8: in <module>
    from zeroth.audit import (
E   ImportError: cannot import name 'AuditContinuityVerifier' from 'zeroth.audit' (/Users/dondoe/coding/zeroth/.worktrees/codex-phase-7-transparent-governance/src/zeroth/audit/__init__.py)
=========================== short test summary info ============================
ERROR tests/audit/test_audit_repository.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
1 error in 0.21s
