mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-01 16:01:05 -05:00
Made it depend on sqlite.
This commit is contained in:
parent
6584790a4d
commit
e65a7ec17c
@ -31,6 +31,12 @@
|
|||||||
|
|
||||||
from testsupport import *
|
from testsupport import *
|
||||||
|
|
||||||
|
try:
|
||||||
|
import sqlite
|
||||||
|
except ImportError:
|
||||||
|
sqlite = None
|
||||||
|
|
||||||
|
if sqlite is not None:
|
||||||
class InfobotTestCase(PluginTestCase):
|
class InfobotTestCase(PluginTestCase):
|
||||||
plugins = ('Infobot',)
|
plugins = ('Infobot',)
|
||||||
def testIsSnarf(self):
|
def testIsSnarf(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user