summaryrefslogtreecommitdiff
path: root/test/t/test_dpkg_deb.py
blob: c1ad819116794e560a6d0738e448be0134d786bb (plain)
1
2
3
4
5
6
7
8
import pytest


@pytest.mark.bashcomp(cmd="dpkg-deb")
class TestDpkgDeb:
    @pytest.mark.complete("dpkg-deb --c", require_cmd=True)
    def test_1(self, completion):
        assert completion