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


@pytest.mark.bashcomp(cmd="update-alternatives")
class TestUpdateAlternatives:
    @pytest.mark.complete("update-alternatives --", require_cmd=True)
    def test_1(self, completion):
        assert completion