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


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