qa-integration icon indicating copy to clipboard operation
qa-integration copied to clipboard

Add stats for module tests

Open anilcse opened this issue 2 years ago • 0 comments

Currently individual module tests doesn't give any insights. Add stats to the module tests so that it gives some useful information. Something like:

Starting `x/bank` integration tests.
Completed `x/bank` module integration tests.
Total executed: 8/8 queries, 3/4 txs (successful/total)
Failed with errors [only if error]:
...errors here...

anilcse avatar Jul 12 '22 07:07 anilcse