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


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

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