Remove the log.warn line that printed dividers between unittest runs.
parent
aa1247f431
commit
d81fee0912
|
@ -201,7 +201,6 @@ class GPGTestCase(unittest.TestCase):
|
||||||
else:
|
else:
|
||||||
log.warn("Can't delete homedir: '%s' not a directory"
|
log.warn("Can't delete homedir: '%s' not a directory"
|
||||||
% self.homedir)
|
% self.homedir)
|
||||||
log.warn("%s%s%s" % (os.linesep, str("=" * 70), os.linesep))
|
|
||||||
|
|
||||||
def test_parsers_fix_unsafe(self):
|
def test_parsers_fix_unsafe(self):
|
||||||
"""Test that unsafe inputs are quoted out and then ignored."""
|
"""Test that unsafe inputs are quoted out and then ignored."""
|
||||||
|
|
Loading…
Reference in New Issue