]> git.jsancho.org Git - datasette-pytables.git/blobdiff - tests/test_html.py
Fix entry point and some issues with sqlite glob operand
[datasette-pytables.git] / tests / test_html.py
index 3e1c9ed231717fe8461f10987d9b36c549ac9aa7..a545fe5ebe98db6d993859d7cb3d4cc58a90cf21 100644 (file)
@@ -26,3 +26,7 @@ def test_array(app_client):
 def test_array_row(app_client):
     response = app_client.get('/test_tables/%group1%array2/1050')
     assert response.status == 200
+
+def test_table_exact_query(app_client):
+    response = app_client.get('/test_tables/%group2%table2/?idnumber__exact=0')
+    assert response.status == 200