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


class TestPylint:
    @pytest.mark.complete("pylint --v", require_cmd=True)
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("pylint --confidence=HIGH,")
    def test_2(self, completion):
        assert completion