//! Shared test helpers.
//!
//! Each integration test compiles as its own crate; with `pub` helpers,
//! Rust warns once per test file that doesn't happen to use both. The
//! `#[allow(dead_code)]` opts out of that noise.
use Client;
use MockServer;
pub async
pub async