//! Test coverage for the `html` module — both the runtime traits in
//! [`super::core`] / [`super::either_impls`] / [`super::rama_impls`]
//! and the proc-macro layer exposed from `rama-http-macros`.
//!
//! The braces around single-element `if`/`else` arms in template tests
//! look "redundant" to rustc — they are not, the proc-macro looks for
//! `Expr::Block` to know where to insert `Either::A(..)` etc. So most
//! test files set `#![allow(unused_braces)]`.
use crateBodyExtractExt;
use crateResponse;
/// Block on collecting `resp`'s body into a UTF-8 string. Tokio runtime is
/// spun up locally so the helper can be called from sync `#[test]` fns.
pub