mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
9e094b7c9d
commit
2e4ba71b53
4 changed files with 18 additions and 43 deletions
|
|
@ -950,7 +950,9 @@ def test_trace(trace_debug):
|
|||
"select ",
|
||||
)
|
||||
for prefix in expected:
|
||||
assert any(sql.startswith(prefix) for sql in sqls)
|
||||
assert any(
|
||||
sql.startswith(prefix) for sql in sqls
|
||||
), "No trace beginning with: {}".format(prefix)
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue