Skip to main content

bamboo_server/
session_app.rs

1//! Server-side regression tests for the engine session-application cluster.
2//!
3//! The session/use-case modules live in `bamboo_engine::session_app`; callers
4//! reference them directly. This module only retains server-level tests that
5//! exercise that cluster through the server `AppState`.
6
7#[cfg(test)]
8mod metadata_tests;