mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Extra body CSS class for canned queries, closes #727
This commit is contained in:
parent
d349d57cdf
commit
15e2321804
3 changed files with 10 additions and 1 deletions
|
|
@ -435,10 +435,15 @@ def test_facets_persist_through_filter_form(app_client):
|
|||
[
|
||||
("/", ["index"]),
|
||||
("/fixtures", ["db", "db-fixtures"]),
|
||||
("/fixtures?sql=select+1", ["query", "db-fixtures"]),
|
||||
(
|
||||
"/fixtures/simple_primary_key",
|
||||
["table", "db-fixtures", "table-simple_primary_key"],
|
||||
),
|
||||
(
|
||||
"/fixtures/neighborhood_search",
|
||||
["query", "db-fixtures", "query-neighborhood_search"],
|
||||
),
|
||||
(
|
||||
"/fixtures/table%2Fwith%2Fslashes.csv",
|
||||
["table", "db-fixtures", "table-tablewithslashescsv-fa7563"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue