Testing framework: add asserts in interpreter
Compare changes
- E. Rivas authored
changelog/1639745421
0 → 100644
+ 4
− 0
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) .