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


class TestDselect:
    @pytest.mark.complete("dselect ")
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("dselect -", require_cmd=True)
    def test_2(self, completion):
        assert completion