mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Add register_actions hook to test plugin and improve test
This commit is contained in:
parent
130dad268d
commit
d73b6f169f
3 changed files with 28 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ EXPECTED_PLUGINS = [
|
|||
"prepare_connection",
|
||||
"prepare_jinja2_environment",
|
||||
"query_actions",
|
||||
"register_actions",
|
||||
"register_facet_classes",
|
||||
"register_magic_parameters",
|
||||
"register_permissions",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue