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


class TestBind:
    @pytest.mark.complete("bind -")
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("bind k")
    def test_2(self, completion):
        assert completion