mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +00:00
create a wwwdev.sh entry point for developing the web part
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user