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


class TestVgdisplay:
    @pytest.mark.complete(
        "vgdisplay -", skipif="! vgdisplay --help &>/dev/null"
    )
    def test_1(self, completion):
        assert completion