midas_fetcher 0.1.4

High-performance concurrent downloader for UK Met Office MIDAS Open weather data with intelligent caching and resumable downloads
Documentation
1
2
3
4
5
6
7
8
//! Integration tests for the worker module
//!
//! This module contains comprehensive integration tests that verify the worker
//! system's ability to integrate with real components and perform actual
//! download operations.

#[cfg(test)]
mod integration;