mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
compile_options output in /-/versions, closes #396
This commit is contained in:
parent
5b02611512
commit
8ce7866312
3 changed files with 15 additions and 1 deletions
|
|
@ -983,6 +983,7 @@ def test_versions_json(app_client):
|
|||
assert 'sqlite' in response.json
|
||||
assert 'version' in response.json['sqlite']
|
||||
assert 'fts_versions' in response.json['sqlite']
|
||||
assert 'compile_options' in response.json['sqlite']
|
||||
|
||||
|
||||
def test_config_json(app_client):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue