Merge pull request #1412 from kuba/pep8

pep8 love
This commit is contained in:
Peter Eckersley
2015-11-12 00:29:15 -08:00
8 changed files with 88 additions and 84 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ class PluginEntryPointTest(unittest.TestCase):
def test_description(self):
self.assertEqual(
"Automatically use a temporary webserver",
self.plugin_ep.description)
"Automatically use a temporary webserver",
self.plugin_ep.description)
def test_description_with_name(self):
self.plugin_ep.plugin_cls = mock.MagicMock(description="Desc")