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


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