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


@pytest.mark.bashcomp(cmd="ssh-add")
class TestSshAdd:
    @pytest.mark.complete("ssh-add ")
    def test_1(self, completion):
        assert completion