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 CEDA client module
//!
//! This module contains comprehensive integration tests that require
//! real CEDA credentials and network access. These tests verify the
//! complete authentication and download workflow.

pub mod real_authentication;
pub mod manifest_validation;