Cancel adding a newline when testing

This commit is contained in:
LeoHsiao
2020-10-22 22:52:14 +08:00
parent da919e3d68
commit 7abb8dbe0f
-4
View File
@@ -11,10 +11,6 @@ class TestCases(unittest.TestCase):
def setUp(self):
BT.Config.init()
# When the details are displayed, add a newline
if BT.Config.exiv2_echo or BT.Config.verbose:
print()
def tearDown(self):
pass