mirror of
https://github.com/chatmail/relay.git
synced 2026-05-14 18:04:38 +00:00
shift functions to a DictProxy class
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user