Skip to content

Red run — the guarding tests before the implementation exists

Captured 2026-08-16, per tdd.mode: standard: the three new test modules fail at import because nothing they guard exists yet.

pytest cli/tests/test_redact.py cli/tests/test_selfdiagnosis.py cli/tests/test_selfdiagnosis_integration.py

____________________ ERROR collecting tests/test_redact.py _____________________
_________________ ERROR collecting tests/test_selfdiagnosis.py _________________
E   ImportError: cannot import name 'selfdiagnosis' from 'the_loop.core' (/home/user/the-loop/cli/the_loop/core/__init__.py)
___________ ERROR collecting tests/test_selfdiagnosis_integration.py ___________
E   ImportError: cannot import name 'selfdiagnosis' from 'the_loop.core' (/home/user/the-loop/cli/the_loop/core/__init__.py)
ERROR cli/tests/test_redact.py
ERROR cli/tests/test_selfdiagnosis.py
ERROR cli/tests/test_selfdiagnosis_integration.py
3 errors in 0.21s

Released under the MIT License.