Skip to content

Testing framework: add asserts in interpreter

E. Rivas requested to merge er433/test/asserts into dev

There are missing asserts in the interpreter: assert_with_error, assert_some, assert_some_with_error, assert_none, assert_none_with_error.

This MR adds support for those assertions and it closes #1326 (closed) .

  • has a changelog entry
Edited by E. Rivas

Merge request reports