The output honors --no-color
.
more message
, if any, is added after the error message.
# Show the full description of the test-case.
#
# The output honors `--no-color`.
#
# `more message`, if any, is added after the error message.
fun show_unit(test: UnitTest, more_message: nullable String) do
print test.to_screen(more_message, not opt_no_color.value)
end
src/testing/testing_base.nit:161,2--168,4