summaryrefslogtreecommitdiff
path: root/test/t/test_m4.py
blob: 7ecd7745dc4eed24c3837438aec1e2aa0be9684c (plain)
1
2
3
4
5
6
7
8
9
import pytest


class TestM4:
    @pytest.mark.complete(
        "m4 --", require_cmd=True, xfail="! m4 --help &>/dev/null"
    )
    def test_1(self, completion):
        assert completion