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


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