mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed 'datasette plugins' command, with tests - closes #802
This commit is contained in:
parent
033a1bb22c
commit
f786033a5f
6 changed files with 92 additions and 61 deletions
|
|
@ -449,7 +449,7 @@ def test_call_with_supported_arguments():
|
|||
({"foo": ["bar", "baz"]}, False),
|
||||
({"foo": ("bar", "baz")}, False),
|
||||
({"foo": "bar"}, True),
|
||||
]
|
||||
],
|
||||
)
|
||||
def test_multi_params(data, should_raise):
|
||||
if should_raise:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue