mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed some more tests
This commit is contained in:
parent
98493b7587
commit
7423c1a999
2 changed files with 120 additions and 77 deletions
|
|
@ -18,6 +18,7 @@ def ds_write(tmp_path_factory):
|
|||
"create table docs (id integer primary key, title text, score float, age integer)"
|
||||
)
|
||||
ds = Datasette([db_path], immutables=[db_path_immutable])
|
||||
ds.root_enabled = True
|
||||
yield ds
|
||||
db.close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue