Module test

Source
Expand description

Internals used by custom test runtime to run tests that require tarantool environment

Structs§

TestCase
A struct representing a test case definide using the #[tarantool::test] macro attribute. Can be used to implement a custom testing harness.

Statics§

TARANTOOL_MODULE_TESTS

Functions§

collect_tester
Returns a vec test description structs which can be used with tester::run_tests_console function.
test_cases
Returns a static slice of test cases defined with #[tarantool::test] macro attribute. Can be used to implement a custom testing harness.