mottosso / bleeding-rez

Rez - Reproducible software environments for Windows, Linux and MacOS
GNU Lesser General Public License v3.0
72 stars 10 forks source link

Reduce test output #33

Open mottosso opened 5 years ago

mottosso commented 5 years ago

Tests are currently swamped with solver statistics, making it nigh impossible to spot which tests actually ran and what their errors were.

It's also swamped with output from stdout, despite tests succeeding. Ideally, a test should only state its name and status, unless that status is fail in which case it may include its stdout for inspection. That way, errors stand out, successes fade into the background.