From 26711bcaa34ec072bc859986140531bdcbce3b83 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Mon, 28 Nov 2016 16:10:47 -0500 Subject: [PATCH] nitunit: remove warnings from testing_suite (and uniformize the style) Haters gonna hate. Signed-off-by: Alexandre Terrasa --- src/testing/testing_suite.nit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testing/testing_suite.nit b/src/testing/testing_suite.nit index 60265ab..5112d2f 100644 --- a/src/testing/testing_suite.nit +++ b/src/testing/testing_suite.nit @@ -122,8 +122,8 @@ class TestSuite # Test to be executed after the whole test suite. var after_module: nullable TestCase = null - fun show_status - do + # Display test suite status in std-out. + fun show_status do toolcontext.show_unit_status("Test-suite of module " + mmodule.full_name, test_cases) end -- 1.7.9.5