mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
b55809a1e2
commit
b52171db1e
4 changed files with 41 additions and 11 deletions
|
|
@ -656,4 +656,8 @@ def test_plugins_json(app_client):
|
|||
# This will include any plugins that have been installed into the
|
||||
# current virtual environment, so we only check for the presence of
|
||||
# the one we know will definitely be There
|
||||
assert {'name': 'my_plugin.py', 'static': False} in response.json
|
||||
assert {
|
||||
'name': 'my_plugin.py',
|
||||
'static': False,
|
||||
'templates': False
|
||||
} in response.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue