//! # Testing — Generic test harness for all connectors
//!//! Provides a unified test suite that can validate any connector
//! implementing the core traits. Tests automatically skip features
//! the connector doesn't support (returns UnsupportedOperation).
pubmodenv_loader;pubmodharness;pubmodassertions;#[path="suites.rs"]pubmodsuites;