Merge branch 'database-spaces' into datasette-library-simple

This commit is contained in:
Simon Willison 2019-07-25 17:21:07 +03:00
commit 9c46f2f21f
3 changed files with 13 additions and 0 deletions

View file

@ -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)