// Copyright (c) 2026 Kirky.X
// SPDX-License-Identifier: MIT
//! Streaming module test suites.
//!
//! Tests are organized by responsibility:
//! - `stream_builder_tests`: `StreamResponse`, `StreamEvent`, and `create_stream_channel`
//! construction, serialization, deserialization, channel behavior, and Debug impls
//! - `sse_tests`: `stream_to_sse` SSE conversion and `StreamResponse`'s `IntoResponse`
//! HTTP SSE response impl
use crateStreamEvent;
// ============================================================================
// Shared test helpers — accessible by all sub-modules via `super::`
// ============================================================================
pub
pub
pub
pub