mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-01 15:04:11 +02:00
find_spatialite() utility function, closes #135
This commit is contained in:
parent
c8d7969192
commit
bf4c6b7c82
3 changed files with 38 additions and 0 deletions
|
|
@ -20,3 +20,8 @@ def test_decode_base64_values(input, expected, should_be_is):
|
|||
assert actual is input
|
||||
else:
|
||||
assert actual == expected
|
||||
|
||||
|
||||
def test_find_spatialite():
|
||||
spatialite = utils.find_spatialite()
|
||||
assert spatialite is None or isinstance(spatialite, str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue