New -o option for opening Datasette in your browser, closes #970

This commit is contained in:
Simon Willison 2020-09-22 07:26:47 -07:00
commit a980199e61
4 changed files with 15 additions and 1 deletions

View file

@ -105,6 +105,7 @@ def test_metadata_yaml():
get=None,
help_config=False,
pdb=False,
open=False,
return_instance=True,
)
client = _TestClient(ds.app())