summaryrefslogtreecommitdiff
path: root/test/t/test_dselect.py
blob: 3145cc405f77d4e27cf90a68557020d210b77c7c (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 -")
    def test_2(self, completion):
        assert completion