# Native CLI Tests
This directory contains test suites for the native backend of FlowCode, focusing on core functionality without DuckDB dependencies. Tests here cover command execution, parsing, type system, and other foundational components.
## Key Test Files
- `executor_tests.rs`: Tests for command execution logic.
- `parser_tests.rs`: Tests for command parsing.
- `type_system_tests.rs`: Tests for type handling and coercion.