proxy-wasm / test-framework

WebAssembly for Proxies (test framework)
Apache License 2.0
16 stars 13 forks source link

Prettify output #5

Open PiotrSikora opened 4 years ago

PiotrSikora commented 4 years ago

The current output is a bit rough and while fine for debugging, it's not very readable output that you want to see when running tests.

Consider using something like this:

with either OK, FAILED, UNEXPECTED being printed out on the right hand side, depending on the expectations.

PiotrSikora commented 4 years ago

cc @agiachris

agiachris commented 4 years ago

should params include the names and also the assigned values? e.g. [host->vm] proxy_on_vm_start(root_context_id=1, parent_context_id=0) or something like: [host->vm] proxy_on_vm_start(root_context_id, parent_context_id)

PiotrSikora commented 4 years ago

Please include values.