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
|
||||
|
||||
if sqlite is not None:
|
||||
class PollTestCase(PluginTestCase, PluginDocumentation):
|
||||
class PollTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||
plugins = ('Poll', 'User')
|
||||
def testNew(self):
|
||||
#self.assertError('poll new Is this a question?')
|
||||
|
Loading…
Reference in New Issue
Block a user