mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Changed the Lookup test to run even when SQLite isn't installed.
This commit is contained in:
parent
baaa01755f
commit
e5d71ac10a
@ -42,6 +42,7 @@ class LookupTestCase(PluginTestCase, PluginDocumentation):
|
|||||||
'bar': 'baz',
|
'bar': 'baz',
|
||||||
'your mom': 'my mom',
|
'your mom': 'my mom',
|
||||||
}
|
}
|
||||||
|
if sqlite:
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
PluginTestCase.setUp(self)
|
PluginTestCase.setUp(self)
|
||||||
fd = file(os.path.join(conf.dataDir, 'foo.supyfact'), 'w')
|
fd = file(os.path.join(conf.dataDir, 'foo.supyfact'), 'w')
|
||||||
|
Loading…
Reference in New Issue
Block a user