1 2 3 4 5 6 7 8 9
//! Integration tests for the processor module //! //! Tests the complete processing pipeline using mock MIDAS dataset structures. pub mod basic_processing; pub mod error_handling; pub mod live_cache_test; pub mod multi_station; pub mod schema_union_tests;