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
//! Unit tests for CQLite CLI
//!
//! This module contains unit tests for individual components and functions.

#[cfg(test)]
mod config_tests;

#[cfg(test)]
mod cli_parsing_tests;

#[cfg(test)]
mod utilities_tests;