mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
datasette create-token command, refs #1859
This commit is contained in:
parent
c556fad65d
commit
c7956eed77
7 changed files with 130 additions and 8 deletions
|
|
@ -971,6 +971,7 @@ def test_hook_register_commands():
|
|||
"plugins",
|
||||
"publish",
|
||||
"uninstall",
|
||||
"create-token",
|
||||
}
|
||||
|
||||
# Now install a plugin
|
||||
|
|
@ -1001,6 +1002,7 @@ def test_hook_register_commands():
|
|||
"uninstall",
|
||||
"verify",
|
||||
"unverify",
|
||||
"create-token",
|
||||
}
|
||||
pm.unregister(name="verify")
|
||||
importlib.reload(cli)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue