Cancel adding a newline when testing

main
LeoHsiao 5 years ago
parent da919e3d68
commit 7abb8dbe0f

@ -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

Loading…
Cancel
Save