shift functions to a DictProxy class

This commit is contained in:
holger krekel
2023-10-21 01:40:58 +02:00
parent 9d175316ff
commit 31e08832a6
5 changed files with 79 additions and 73 deletions

View File

@@ -1,4 +1,3 @@
import pytest
from chatmaild.database import Database
@@ -8,4 +7,3 @@ def db(tmpdir):
db_path = tmpdir / "passdb.sqlite"
print("database path:", db_path)
return Database(db_path)