Skip to content

tests: add complete guard pipeline test suite (OuroborosEntropyGuard,…#435

Open
borjamoskv wants to merge 1 commit into
mainfrom
borjamoskv-patch-1
Open

tests: add complete guard pipeline test suite (OuroborosEntropyGuard,…#435
borjamoskv wants to merge 1 commit into
mainfrom
borjamoskv-patch-1

Conversation

@borjamoskv

Copy link
Copy Markdown
Owner

Summary

Adds a comprehensive async test suite for the guard pipeline, covering:

  • OuroborosEntropyGuard – import check, entropy cancellation, pipeline no-silent-failure
  • HealthGuard – import check, write-safety passes when healthy, blocks when degraded (HealthSLAViolation)
  • StorageGuard – import check, write-safety passes when healthy
  • Integration smoke test – verifies all guards are discoverable in the module tree

All tests use pytest-asyncio and unittest.mock.AsyncMock; guards that are not yet importable are skipped gracefully.

Closes #412

… HealthGuard, StorageGuard)

Add comprehensive tests for OuroborosEntropyGuard and other guards.
@github-actions github-actions Bot added the tests label Jun 6, 2026
@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

∞ MÖBIUS — PR Analysis

Metric Value
Files changed 1
Total changes 220 (+/-)
Complexity high
Est. review time 30 min
Has tests?
Has Rust changes? No

Labels applied: tests


Generated by MÖBIUS (Clojure/Babashka) — where code IS data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(guards): implement Ouroboros entropy detection in async tasks

1 participant