sqlite-utils insert-files command, closes #122

This commit is contained in:
Simon Willison 2020-07-27 00:08:57 -07:00
commit ebc802f7ff
4 changed files with 266 additions and 1 deletions

View file

@ -18,5 +18,5 @@ def documented_commands():
@pytest.mark.parametrize("command", cli.cli.commands.keys())
def test_plugin_hooks_are_documented(documented_commands, command):
def test_commands_are_documented(documented_commands, command):
assert command in documented_commands