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


@pytest.mark.bashcomp(cmd="pylint-3")
class TestPylint3:
    @pytest.mark.complete("pylint-3 --v")
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("pylint-3 http.clien")
    def test_2(self, completion):
        assert completion