mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Black/flake8, refs #246
This commit is contained in:
parent
1fa5a12a49
commit
f0fd19267f
1 changed files with 1 additions and 0 deletions
|
|
@ -502,6 +502,7 @@ def test_search_sql(kwargs, fts, expected):
|
|||
sql = db["books"].search_sql(**kwargs)
|
||||
assert sql == expected
|
||||
|
||||
|
||||
def test_quote_fts_query(fresh_db):
|
||||
|
||||
table = fresh_db["searchable"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue