Expand description
Testing utilities for the application container and database
Provides TestContainer for setting up isolated test environments with
fake implementations, and TestDatabase for database testing with
in-memory SQLite.
Re-exportsยง
pub use crate::container::testing::TestContainer;pub use crate::container::testing::TestContainerGuard;pub use crate::database::testing::TestDatabase;