diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-01-22 19:50:55 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-01-22 19:50:55 +0000 |
commit | 01bde743413cd364c3c4432fefaddc58fbf830eb (patch) | |
tree | dc00c915ad8d5b24fc4389d6b9989d3284b7f59d | |
parent | b73cd69caebe5d14a11acb8fea83a7c1c23de500 (diff) | |
download | sos-01bde743413cd364c3c4432fefaddc58fbf830eb.tar.gz |
rah
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@699 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r-- | src/tests/test_plugin_syntax.py | 2 |
1 files changed, 1 insertions, 1 deletions
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__": |