mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Made into a ChannelPluginTestCase.
This commit is contained in:
parent
00985ab587
commit
a1780908bd
@ -41,7 +41,7 @@ except ImportError:
|
|||||||
sqlite = None
|
sqlite = None
|
||||||
|
|
||||||
if sqlite is not None:
|
if sqlite is not None:
|
||||||
class PollTestCase(PluginTestCase, PluginDocumentation):
|
class PollTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||||
plugins = ('Poll', 'User')
|
plugins = ('Poll', 'User')
|
||||||
def testNew(self):
|
def testNew(self):
|
||||||
#self.assertError('poll new Is this a question?')
|
#self.assertError('poll new Is this a question?')
|
||||||
|
Loading…
Reference in New Issue
Block a user