Expand description
Internals used by custom test runtime to run tests that require tarantool environment
Structs§
- Test
Case - A struct representing a test case definide using the
#[tarantool::test]macro attribute. Can be used to implement a custom testing harness.
Statics§
Functions§
- collect_
tester - Returns a vec test description structs which can be used with
tester::run_tests_consolefunction. - test_
cases - Returns a static slice of test cases defined with
#[tarantool::test]macro attribute. Can be used to implement a custom testing harness.