aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-01-22 19:50:55 +0000
committerastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-01-22 19:50:55 +0000
commit01bde743413cd364c3c4432fefaddc58fbf830eb (patch)
treedc00c915ad8d5b24fc4389d6b9989d3284b7f59d /src/tests
parentb73cd69caebe5d14a11acb8fea83a7c1c23de500 (diff)
downloadsos-01bde743413cd364c3c4432fefaddc58fbf830eb.tar.gz
rah
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@699 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test_plugin_syntax.py2
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__":