Module testing

Module testing 

Source
Expand description

Testing utilities and helpers for CLNRM

This module provides testing infrastructure including property-based test generators, test fixtures, and helper functions.

Structs§

FrameworkTestResults
Framework test results
SuiteResult
Suite results for organized test reporting
TestResult
Individual test result

Functions§

get_cached_test_config
Get a cached test configuration by name This avoids parsing TOML files repeatedly during test execution
run_framework_tests
Run framework self-tests organized by suite
run_framework_tests_by_suite
Run framework self-tests with optional suite filter