mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
New -o option for opening Datasette in your browser, closes #970
This commit is contained in:
parent
a258339a93
commit
a980199e61
4 changed files with 15 additions and 1 deletions
|
|
@ -105,6 +105,7 @@ def test_metadata_yaml():
|
|||
get=None,
|
||||
help_config=False,
|
||||
pdb=False,
|
||||
open=False,
|
||||
return_instance=True,
|
||||
)
|
||||
client = _TestClient(ds.app())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue