mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added /-/metadata /-/plugins /-/inspect, closes #225
This commit is contained in:
parent
6e28ed447f
commit
b55809a1e2
5 changed files with 111 additions and 14 deletions
|
|
@ -29,7 +29,9 @@ def app_client(sql_time_limit_ms=None):
|
|||
ds.sqlite_functions.append(
|
||||
('sleep', 1, lambda n: time.sleep(float(n))),
|
||||
)
|
||||
yield ds.app().test_client
|
||||
client = ds.app().test_client
|
||||
client.ds = ds
|
||||
yield client
|
||||
|
||||
|
||||
def app_client_longer_time_limit():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue