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


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