mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Merge branch 'database-spaces' into datasette-library-simple
This commit is contained in:
commit
9c46f2f21f
3 changed files with 13 additions and 0 deletions
|
|
@ -217,6 +217,11 @@ def app_client_with_dot():
|
|||
yield from make_app_client(filename="fixtures.dot.db")
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def app_client_with_space():
|
||||
yield from make_app_client(filename="fixtures with space.db")
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def app_client_with_cors():
|
||||
yield from make_app_client(cors=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue