Testing framework: add asserts in interpreter
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