SQLite¶
- Status:
● Development
- Functions:
1
- Category:
Database Validation
The SQLite testset provides SQLite database testing capabilities for ADARE experiments. This testset focuses on executing SQL queries against SQLite databases and validating query results, row counts, and data content.
Overview¶
The SQLite testset enables validation of SQLite database contents through SQL query execution. It includes support for counting result rows, validating specific result data, and using placeholder-based comparison for dynamic content verification.
Test Functions¶
Function Name |
S |
Description |
Parameters |
|---|---|---|---|
● |
Executes SQL query against SQLite database and validates result |
dst (str), query (str), expected_rows* (int), expected_result* (list) |