From 9fb701204d6e126545c42eff49a21d330d43509d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 21 2016 08:33:54 +0000 Subject: Remove tests since we dropped the graph for now --- diff --git a/tests/test_pagure_flask_ui_slash_branch_name.py b/tests/test_pagure_flask_ui_slash_branch_name.py index db80da6..2467395 100644 --- a/tests/test_pagure_flask_ui_slash_branch_name.py +++ b/tests/test_pagure_flask_ui_slash_branch_name.py @@ -194,9 +194,6 @@ class PagureFlaskSlashInBranchtests(tests.Modeltests): self.assertIn('Add sources file for testing', output.data) self.assertIn('Add .gitignore file for testing', output.data) self.assertEqual(output.data.count('2 commits in', - output.data) @patch('pagure.lib.notify.send_email') def test_view_file(self, send_email):