mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Pre-generate more keys for use in integration tests
This commit is contained in:
committed by
Alexander Krotov
parent
515c753d11
commit
1144a536a5
@@ -137,7 +137,8 @@ def acfactory(pytestconfig, tmpdir, request, session_liveconfig, datadir):
|
||||
self.offline_count = 0
|
||||
self._finalizers = []
|
||||
self.init_time = time.time()
|
||||
self._generated_keys = ["alice", "bob"]
|
||||
self._generated_keys = ["alice", "bob", "charlie",
|
||||
"dom", "elena", "fiona"]
|
||||
|
||||
def finalize(self):
|
||||
while self._finalizers:
|
||||
|
||||
Reference in New Issue
Block a user