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


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