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


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