mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
A bunch of remaining ds_client conversions, refs #1959
This commit is contained in:
parent
be95359a80
commit
42a66c2f04
5 changed files with 17 additions and 14 deletions
|
|
@ -1010,6 +1010,7 @@ async def test_http_options_request(ds_client):
|
|||
|
||||
@pytest.mark.asyncio
|
||||
async def test_db_path(app_client):
|
||||
# Needs app_client because needs file based database
|
||||
db = app_client.ds.get_database()
|
||||
path = pathlib.Path(db.path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue