Improve output of unittest
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 9 Apr 2019 09:52:43 +0000 (11:52 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 9 Apr 2019 09:52:43 +0000 (11:52 +0200)
test/test_text_helpers.py

index f341aad..0e6fbce 100644 (file)
@@ -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 """