From 79f766b28eb698d2b73bb6e846c03369dc832ac7 Mon Sep 17 00:00:00 2001 From: missytake Date: Wed, 13 Dec 2023 02:56:54 +0100 Subject: [PATCH] tests: mark test as xfail until we can test for CLI output --- cmdeploy/src/cmdeploy/tests/test_cmdeploy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmdeploy/src/cmdeploy/tests/test_cmdeploy.py b/cmdeploy/src/cmdeploy/tests/test_cmdeploy.py index 9c59a3f6..bc4f9f8f 100644 --- a/cmdeploy/src/cmdeploy/tests/test_cmdeploy.py +++ b/cmdeploy/src/cmdeploy/tests/test_cmdeploy.py @@ -27,6 +27,7 @@ class TestCmdline: config = read_config(inipath) assert config.mail_domain == "chat.example.org" + @pytest.mark.xfail(reason="init doesn't exit anymore, check for CLI output instead") def test_init_not_overwrite(self): main(["init", "chat.example.org"]) with pytest.raises(SystemExit):