cai/tests/cli/__init__.py

11 lines
245 B
Python

"""
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"]