aquavm/crates/testing-framework
Ivan Boldyrev 076045124c
feat(testing) Testing framework chapter 1, asserts and comments (#342)
* seq_result` -> `seq_ok`; add `seq_err`

`seq_ok` and `seq_err` are consistent with `ok` and `err`, but produce
results sequentially.

* Accept `;;` and longer comments in the sexp parser

Currently they are just dropped, and resulting AIR has different
character positions in the error messages.

* Add "map" assertion

Lookup result in a map by service's first argument.
2022-10-11 01:05:20 +07:00
..
src feat(testing) Testing framework chapter 1, asserts and comments (#342) 2022-10-11 01:05:20 +07:00
Cargo.toml feat(testing) Testing framework chapter 1, asserts and comments (#342) 2022-10-11 01:05:20 +07:00