mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Show version on /-/plugins page, closes #248
This commit is contained in:
parent
d4da4c92c8
commit
ca290719ed
3 changed files with 10 additions and 3 deletions
|
|
@ -763,7 +763,8 @@ def test_plugins_json(app_client):
|
|||
assert {
|
||||
'name': 'my_plugin.py',
|
||||
'static': False,
|
||||
'templates': False
|
||||
'templates': False,
|
||||
'version': None,
|
||||
} in response.json
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue