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


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