From: Christian Herdtweck Date: Tue, 9 Apr 2019 09:52:43 +0000 (+0200) Subject: Improve output of unittest X-Git-Tag: v1.5~4 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=0d8556574a41cd711a6b25d3bdcc559de3c4329e;p=pyi2ncommon Improve output of unittest --- 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 """