opencobra / memote

memote – the genome-scale metabolic model test suite
https://memote.readthedocs.io/
Apache License 2.0
127 stars 27 forks source link

Include messages from erroring tests in result output #556

Open kvikshaug opened 5 years ago

kvikshaug commented 5 years ago

Tests that error (note: not fail) appear as "Errored" in the report but with no useful output to the user. The error message is only available when running memote manually with a certain verbosity.

Since the output often is not only technical but may include relevant information about the model state, it would make sense to make sure that at least the exception message, if any, is included in the report result.