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


@pytest.mark.bashcomp(cmd="lintian-info")
class TestLintianInfo:
    @pytest.mark.complete("lintian-info ")
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("lintian-info --")
    def test_2(self, completion):
        assert completion