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


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