Skip to content

Testing

Edward Palmer edited this page Jan 9, 2025 · 3 revisions

To write simple unit tests, import the test module.

import <test>

TEST(some_condition, "description of test case");

Clone this wiki locally