mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Missing half of last commit fefb0db8ae
This commit is contained in:
parent
fefb0db8ae
commit
27c10f6482
2 changed files with 17 additions and 12 deletions
|
|
@ -868,14 +868,6 @@ def test_unit_filters(app_client):
|
|||
assert data['rows'][0][0] == 2
|
||||
|
||||
|
||||
def test_plugins_dir_plugin(app_client):
|
||||
response = app_client.get(
|
||||
"/test_tables.json?sql=select+convert_units(100%2C+'m'%2C+'ft')",
|
||||
gather_request=False
|
||||
)
|
||||
assert pytest.approx(328.0839) == response.json['rows'][0][0]
|
||||
|
||||
|
||||
def test_metadata_json(app_client):
|
||||
response = app_client.get(
|
||||
"/-/metadata.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue