create a wwwdev.sh entry point for developing the web part

This commit is contained in:
holger krekel
2023-12-07 14:46:52 +01:00
parent 8cb77d3b98
commit 858e079418
16 changed files with 157 additions and 88 deletions

View File

@@ -3,6 +3,7 @@ import json
import chatmaild
from chatmaild.newemail import create_newemail_dict, print_new_account
def test_create_newemail_dict():
ac1 = create_newemail_dict(domain="example.org")
assert "@" in ac1["email"]