mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Test --load-extension in GitHub Actions (#1792)
* Run the --load-extension test, refs #1789 * Ran cog, refs #1789
This commit is contained in:
parent
456dc155d4
commit
ba35105eee
3 changed files with 6 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ def test_homepage(app_client):
|
|||
# 4 hidden FTS tables + no_primary_key (hidden in metadata)
|
||||
assert d["hidden_tables_count"] == 6
|
||||
# 201 in no_primary_key, plus 6 in other hidden tables:
|
||||
assert d["hidden_table_rows_sum"] == 207
|
||||
assert d["hidden_table_rows_sum"] == 207, response.json
|
||||
assert d["views_count"] == 4
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue