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
|
|
@ -4,13 +4,12 @@ Tests for the datasette.app.Datasette class
|
|||
from datasette import Forbidden
|
||||
from datasette.app import Datasette, Database
|
||||
from itsdangerous import BadSignature
|
||||
from .fixtures import app_client
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def datasette(app_client):
|
||||
return app_client.ds
|
||||
def datasette(ds_client):
|
||||
return ds_client.ds
|
||||
|
||||
|
||||
def test_get_database(datasette):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue