//! Integration tests for deribit-websocket
//!
//! These tests verify the complete functionality of WebSocket connection,
//! authentication, subscription management, and message handling.
//!
//! Note: Integration tests require valid Deribit API credentials and are only
//! enabled when the `integration-tests` feature is active.