From 7f127540ff834c8fb1e7d92a382e1bfb2448db59 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 20 2016 08:18:40 +0000 Subject: Adjust the name of the method to reflect the test run --- diff --git a/tests/test_pagure_flask_ui_plugins_fedmsg.py b/tests/test_pagure_flask_ui_plugins_fedmsg.py index 6366143..5d9ed27 100644 --- a/tests/test_pagure_flask_ui_plugins_fedmsg.py +++ b/tests/test_pagure_flask_ui_plugins_fedmsg.py @@ -51,7 +51,7 @@ class PagureFlaskPluginFedmsgtests(tests.Modeltests): tests.HERE, 'docs') self.app = pagure.APP.test_client() - def test_plugin_mail(self): + def test_plugin_fedmsg(self): """ Test the fedmsg plugin on/off endpoint. """ tests.create_projects(self.session) diff --git a/tests/test_pagure_flask_ui_plugins_unsigned.py b/tests/test_pagure_flask_ui_plugins_unsigned.py index 04a63e2..89ecab8 100644 --- a/tests/test_pagure_flask_ui_plugins_unsigned.py +++ b/tests/test_pagure_flask_ui_plugins_unsigned.py @@ -51,7 +51,7 @@ class PagureFlaskPluginUnsignedtests(tests.Modeltests): tests.HERE, 'docs') self.app = pagure.APP.test_client() - def test_plugin_noff(self): + def test_plugin_unsigned(self): """ Test the noff plugin on/off endpoint. """ tests.create_projects(self.session)