From 01bde743413cd364c3c4432fefaddc58fbf830eb Mon Sep 17 00:00:00 2001 From: astokes Date: Fri, 22 Jan 2010 19:50:55 +0000 Subject: rah git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@699 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/tests/test_plugin_syntax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/test_plugin_syntax.py') diff --git a/src/tests/test_plugin_syntax.py b/src/tests/test_plugin_syntax.py index 573fa8fe..b3a8ca9a 100644 --- a/src/tests/test_plugin_syntax.py +++ b/src/tests/test_plugin_syntax.py @@ -19,7 +19,7 @@ class testPluginSanity(unittest.TestCase): self.plugins = os.listdir(pluginpath) self.plugins.sort() - def testPluginLoad(self): + def test_plugin_load(self): for plug in self.plugins: plugbase = plug[:-3] if not plug[-3:] == '.py' or plugbase == "__init__": -- cgit