// ============================================================================
// Tests
// ============================================================================
#[cfg(test)]
mod tests {
use super::*;
include!("shell_tests_sample.rs");
include!("shell_tests_generator.rs");
}