diff options
Diffstat (limited to 'test/t/test_xmlwf.py')
-rw-r--r-- | test/t/test_xmlwf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_xmlwf.py b/test/t/test_xmlwf.py index 901f78a..eab9894 100644 --- a/test/t/test_xmlwf.py +++ b/test/t/test_xmlwf.py @@ -9,3 +9,7 @@ class TestXmlwf: @pytest.mark.complete("xmlwf -", require_cmd=True) def test_2(self, completion): assert completion + + @pytest.mark.complete("xmlwf -sa ") + def test_no_arg_to_a(self, completion): + assert not completion |