mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Refactored test plugins into tests/plugins, closes #775
This commit is contained in:
parent
4b96857f17
commit
446e5de65d
6 changed files with 197 additions and 194 deletions
|
|
@ -1267,6 +1267,7 @@ def test_plugins_json(app_client):
|
|||
"templates": False,
|
||||
"version": None,
|
||||
},
|
||||
{"name": "view_name.py", "static": False, "templates": False, "version": None},
|
||||
] == sorted(response.json, key=lambda p: p["name"])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue