refactor password/login-timestamp handling into a User object

This commit is contained in:
holger krekel
2024-07-28 11:12:00 +02:00
parent 5c87d69d46
commit 765f081f6f
15 changed files with 193 additions and 171 deletions
+5
View File
@@ -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()