Rell testing framework
The Rell testing framework provides tools to create, manage, and run tests in the Rell environment. It helps developers set up reliable test scenarios with ease.
The rell.test
namespace is the core of the testing framework. It provides essential tools for creating and running tests across different parts of your project.
The rell.test.block
module lets you build and run test blocks, simulating and validating multi-step
processes.
The rell.test.tx
module focuses on testing transactions. It helps simulate behaviors like commits and
rollbacks to ensure smooth transaction flows.
The rell.test.op
module handles individual Rell operations, providing tools to create, sign, and execute operations in test scenarios.