"""
CLI Test Package

This package contains comprehensive tests for the CAI CLI functionality,
including streaming, keyboard interrupts, message flow, and integration tests.
"""

from .base_cli_test import BaseCLITest

__all__ = ["BaseCLITest"]
