From 3fe9869314c20cdf474d841c7e12f185c0154e0a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 14 2016 14:10:28 +0000 Subject: Let's not print the patch everytime we run - thanks @vivekanand1101 --- diff --git a/tests/test_pagure_lib_git.py b/tests/test_pagure_lib_git.py index e61b56e..099c73e 100644 --- a/tests/test_pagure_lib_git.py +++ b/tests/test_pagure_lib_git.py @@ -620,7 +620,7 @@ index 458821a..77674a8 row = '+++ b/456' npatch.append(row) patch = '\n'.join(npatch) - print patch + #print patch self.assertEqual(patch, exp) def test_clean_git(self):