Cancel adding a newline when testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user