From d81fee0912313d4b1817affd98a16c795a2b6bd4 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Mon, 3 Jun 2013 11:56:47 +0000 Subject: [PATCH] Remove the log.warn line that printed dividers between unittest runs. --- tests/test_gnupg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_gnupg.py b/tests/test_gnupg.py index 93ba800..c350bd9 100644 --- a/tests/test_gnupg.py +++ b/tests/test_gnupg.py @@ -201,7 +201,6 @@ class GPGTestCase(unittest.TestCase): else: log.warn("Can't delete homedir: '%s' not a directory" % self.homedir) - log.warn("%s%s%s" % (os.linesep, str("=" * 70), os.linesep)) def test_parsers_fix_unsafe(self): """Test that unsafe inputs are quoted out and then ignored."""