mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
New 'datasette --pdb' option, closes #962
This commit is contained in:
parent
d0c752d50c
commit
ca5c405d0f
4 changed files with 12 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ def test_metadata_yaml():
|
|||
version_note=None,
|
||||
get=None,
|
||||
help_config=False,
|
||||
pdb=False,
|
||||
return_instance=True,
|
||||
)
|
||||
client = _TestClient(ds.app())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue