Test Results¶
Generated: 2026-05-16
pytest (full suite)¶
........................................................................ [ 12%]
.....................................................................XX. [ 25%]
.........XXXXX.......................................................... [ 38%]
........................................................................ [ 50%]
........................................................................ [ 63%]
........................................................................ [ 76%]
........................................................................ [ 88%]
................................................................ [100%]
561 passed, 7 xpassed in 1.48s
Exit: 0
ruff (src/cia + tests)¶
All checks passed!
Exit: 0
mypy (src/cia, ignore missing imports)¶
Success: no issues found in 88 source files
Exit: 0
pytest (full suite, incremental run 2026-05-16)¶
======================== 566 passed, 7 xpassed in 1.89s ========================
Exit: 0
Command: .venv/bin/python -m pytest tests/ -v --tb=short
pytest (advanced_cia focused)¶
tests/test_advanced_cia.py::test_interaction_layer_processes_micro_turn_and_updates_metrics PASSED
tests/test_advanced_cia.py::test_distillation_step_returns_expected_counts PASSED
tests/test_advanced_cia.py::test_lora_manager_registers_layers_and_capacity_estimation PASSED
tests/test_advanced_cia.py::test_stiefel_constraint_retraction_improves_conditioning PASSED
tests/test_advanced_cia.py::test_batch_invariant_wrapper_reports_reproducibility_state PASSED
============================== 5 passed in 0.26s ===============================
Exit: 0
Command: .venv/bin/python -m pytest tests/test_advanced_cia.py -v --tb=short