From 0d8556574a41cd711a6b25d3bdcc559de3c4329e Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Tue, 9 Apr 2019 11:52:43 +0200 Subject: [PATCH] Improve output of unittest --- test/test_text_helpers.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/test_text_helpers.py b/test/test_text_helpers.py index f341aad..0e6fbce 100644 --- a/test/test_text_helpers.py +++ b/test/test_text_helpers.py @@ -43,6 +43,7 @@ class TextHelpersTester(unittest.TestCase): for style in 'normal', 'bold', 'underline', 'reverse': exec('{0}("{0}", end=", ")'.format(style)) # leave out style 'blink' since it is just too distracting + print('') def test_shortening(self): """ test function head_and_tail """ -- 1.7.1