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


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