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


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

    @pytest.mark.complete("sftp -", require_cmd=True)
    def test_2(self, completion):
        assert completion