pendulum-chain / wasm-deploy

A tool to deploy an ensemble of wasm smart contracts to Pendulum
GNU General Public License v3.0
2 stars 1 forks source link

Make test output more readable #32

Open TorstenStueber opened 10 months ago

TorstenStueber commented 10 months ago

Currently the test runner uses console.log statements directly. Instead all output should be collected in memory and then be displayed as required.

This allows to:

For now it is enough that the test runner then displays the output from memory the same way as it is shown now. We will define the different output scenarios later.