mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
/-/versions now includes SQLite fts_versions, closes #252
This commit is contained in:
parent
e10f8e1274
commit
04d21ccd08
2 changed files with 14 additions and 0 deletions
|
|
@ -864,6 +864,7 @@ def test_versions_json(app_client):
|
|||
assert 'version' in response.json['datasette']
|
||||
assert 'sqlite' in response.json
|
||||
assert 'version' in response.json['sqlite']
|
||||
assert 'fts_versions' in response.json['sqlite']
|
||||
|
||||
|
||||
def test_page_size_matching_max_returned_rows(app_client_returend_rows_matches_page_size):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue