mirror of
https://github.com/chatmail/relay.git
synced 2026-08-29 19:43:14 +00:00
refactor password/login-timestamp handling into a User object
This commit is contained in:
@@ -35,6 +35,11 @@ def maildomain(example_config):
|
||||
return example_config.mail_domain
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def testaddr(maildomain):
|
||||
return f"user.name@{maildomain}"
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def gencreds(maildomain):
|
||||
count = itertools.count()
|
||||
|
||||
Reference in New Issue
Block a user