vestige/tests/e2e/tests/extreme/mod.rs
Sam Valladares f9c60eb5a7 Initial commit: Vestige v1.0.0 - Cognitive memory MCP server
FSRS-6 spaced repetition, spreading activation, synaptic tagging,
hippocampal indexing, and 130 years of memory research.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 01:31:03 -06:00

14 lines
402 B
Rust

//! # Extreme E2E Tests
//!
//! Comprehensive extreme testing for Vestige's memory system:
//! - Chaos testing for resilience
//! - Adversarial input handling
//! - Mathematical validation
//! - Research validation against published findings
//! - Proof of superiority benchmarks
mod adversarial_tests;
mod chaos_tests;
mod mathematical_tests;
mod proof_of_superiority;
mod research_validation_tests;