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


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