mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
sqlite-utils insert-files command, closes #122
This commit is contained in:
parent
1a61a6d3d6
commit
ebc802f7ff
4 changed files with 266 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue