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


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