mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Changed permissions
This commit is contained in:
parent
4452ca879e
commit
992781c908
@ -41,6 +41,7 @@ except ImportError:
|
|||||||
if sqlite is not None:
|
if sqlite is not None:
|
||||||
class WordsTestCase(PluginTestCase, PluginDocumentation):
|
class WordsTestCase(PluginTestCase, PluginDocumentation):
|
||||||
plugins = ('Words',)
|
plugins = ('Words',)
|
||||||
|
# Putting in a comment to make this different.
|
||||||
def testAddWord(self):
|
def testAddWord(self):
|
||||||
words = ('hello', 'world', 'mother', 'python')
|
words = ('hello', 'world', 'mother', 'python')
|
||||||
for word in words:
|
for word in words:
|
||||||
|
Loading…
Reference in New Issue
Block a user