cqlite-cli 0.11.0

Command-line interface for CQLite — read Apache Cassandra 5.0 SSTables without a cluster
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Integration test directory for CQLite CLI
//!
//! This directory contains integration tests organized by functionality.

pub mod cli_basic_tests;
pub mod cli_command_tests;
pub mod database_operation_tests;
pub mod performance_tests;
pub mod error_handling_tests;
pub mod script_execution_test;

// Re-export common test utilities for use in integration tests
pub use cqlite_cli::test_infrastructure::*;