X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=tests%2Ftest_api.py;h=85b4bb1c164cfa94866d45c7553f03f09c91f66c;hp=834a65df893e2dff7bf2946991c913ad5cd80b8a;hb=2ec11308121b4b9c0064ffdde3b583efb95228bc;hpb=0577f9755ad56ce5205e84d5c9facef4846f317a diff --git a/tests/test_api.py b/tests/test_api.py index 834a65d..85b4bb1 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -63,6 +63,7 @@ def test_custom_sql(app_client): 'sql': 'select identity from [/group1/table1]', 'params': {} } == data['query'] + assert 50 == len(data['rows']) assert [ {'identity': 'This is particle: 0'}, {'identity': 'This is particle: 1'},