//!
//! This file serves as the entry point for the test suite of the `mingl` crate.
//! It aggregates various test modules to ensure the crate's functionality is correct.
//!
use *;
use mingl as the_module;
/// The primary module containing all tests for the `mingl` crate.