mirror of
https://github.com/chatmail/relay.git
synced 2026-05-15 19:14:44 +00:00
move tests/chatmaild to chatmaild package, streamline tests and fixtures accordingly
This commit is contained in:
@@ -24,7 +24,7 @@ class TestCmdline:
|
||||
def test_init(self, tmp_path):
|
||||
main(["init", "chat.example.org"])
|
||||
inipath = tmp_path.joinpath("chatmail.ini")
|
||||
config = read_config(inipath.strpath)
|
||||
config = read_config(inipath)
|
||||
assert config.mailname == "chat.example.org"
|
||||
|
||||
def test_init_not_overwrite(self):
|
||||
|
||||
Reference in New Issue
Block a user