modtest_auth;modtest_auth_flow;modtest_client;modtest_http_request;// Exercises `Listener`, which decodes a `StreamingUpdate` and hands it to a
// user callback. The stream-pumping half (`Listener::spawn`) needs a
// `lightstreamer_rs::Updates`, which has no public constructor, so it is only
// reachable from the env-gated live tests.
#[cfg(feature ="streaming")]modtest_listener;