mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Handle databases with spaces in their names
This commit is contained in:
parent
a9453c4dda
commit
4fdbeb4924
3 changed files with 13 additions and 0 deletions
|
|
@ -215,6 +215,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