Tests framework for Nelson
The Test Manager module in Nelson provides tools for automated testing of code, enabling users to validate functionality, ensure correctness, and manage test cases efficiently.
This module supports creating reference outputs, running test suites, and conditionally skipping tests.
Functions
test_makeref - Creates a '.ref' file for a test
test_run - Runs tests
skip_testsuite - Skip test suite on condition
Last updated
Was this helpful?