mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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',
|
||||
'your mom': 'my mom',
|
||||
}
|
||||
if sqlite:
|
||||
def setUp(self):
|
||||
PluginTestCase.setUp(self)
|
||||
fd = file(os.path.join(conf.dataDir, 'foo.supyfact'), 'w')
|
||||
|
Loading…
Reference in New Issue
Block a user