It doesn't help that the Test stdlib doesn't have very good printing which I believe is producing this output, however the situation is exacerbated with these integration tests because it's harder to track down the exact test that failed.
I suggest that some trycatching to print errors more legibly may be appropriate.
For example
It doesn't help that the
Test
stdlib doesn't have very good printing which I believe is producing this output, however the situation is exacerbated with these integration tests because it's harder to track down the exact test that failed.I suggest that some
try
catch
ing to print errors more legibly may be appropriate.