1 2 3 4 5 6 7 8 9
//! Error context tests //! //! Tests error context enhancement, suggestions, and error trait implementations. //! Verifies that errors provide helpful information to users. use mismall::error::{ErrorContext, ErrorExt, MismallError}; #[cfg(test)] mod error_context_tests;