atento-core 0.1.0

Core engine for the Atento Chained Script CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod data_type_tests;
pub mod errors_tests;
pub mod executor_tests;
pub mod input_tests;
pub mod interpreter_tests;
pub mod lib_tests;
pub mod mock_executor;
pub mod output_tests;
pub mod parameter_tests;
pub mod result_ref_tests;

// Combined tests that include both integration tests and unit tests
// Note: Platform-specific integration tests are in tests/integration/
pub mod chain_tests;
pub mod runner_tests;
pub mod step_tests;