diff --git a/test/test_Words.py b/test/test_Words.py index 0b4b3700a..458f9af57 100644 --- a/test/test_Words.py +++ b/test/test_Words.py @@ -41,6 +41,7 @@ except ImportError: if sqlite is not None: class WordsTestCase(PluginTestCase, PluginDocumentation): plugins = ('Words',) + # Putting in a comment to make this different. def testAddWord(self): words = ('hello', 'world', 'mother', 'python') for word in words: