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


class TestSftp:
    @pytest.mark.complete("sftp -Fsp", cwd="sftp")
    def test_1(self, completion):
        assert completion == "-Fspaced  conf"