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


class TestGrpck:
    @pytest.mark.complete("grpck ")
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("grpck -", require_cmd=True)
    def test_2(self, completion):
        assert completion