adding MIT license and COC to chatmail repo

This commit is contained in:
holger krekel
2023-12-13 15:20:22 +01:00
parent b055736439
commit 3cde5be3b4
3 changed files with 25 additions and 2 deletions

View File

@@ -30,10 +30,10 @@ def test_login_smtp(benchmark, smtp, gencreds):
class TestDC:
def test_autoconfigure(self, benchmark, cmfactory):
def autoconfig_and_idle_ready():
def dc_autoconfig_and_idle_ready():
cmfactory.get_online_accounts(1)
benchmark(autoconfig_and_idle_ready, 5)
benchmark(dc_autoconfig_and_idle_ready, 5)
def test_ping_pong(self, benchmark, cmfactory):
ac1, ac2 = cmfactory.get_online_accounts(2)