1 2 3 4 5 6 7 8
//! Tests for the client library. #![cfg(test)] #![allow(clippy::arithmetic_side_effects, clippy::panic)] mod afc; mod client; mod common;