write first trivial find test
This commit is contained in:
parent
8a8480af32
commit
bd34b7c378
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ def make_sql(path: Path) -> Path:
|
|||
cinit._create_db(db)
|
||||
return db
|
||||
|
||||
|
||||
def test_find_lookup_by_one_alias(tmp_path: Path) -> None:
|
||||
db = make_sql(tmp_path)
|
||||
conn = sqlite3.connect(db)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue