📄️ Overview
To write unit tests for Rell code, use test module. You need to use the @test annotation to define a test module:
📄️ Build and run a block
Here's a simple example of building and running a test block:
📄️ Production and test module
Production module (file data.rell):
📄️ Run unit tests
You can use the test command (chr test) to run tests. For more information, see the chr test topic.