blob: cb4189bf5e102296d00b3746f893a446e5899ca0 (
plain)
1
2
3
4
5
6
7
8
|
import pytest
@pytest.mark.bashcomp(ignore_env=r"^[+-]_comp_cmd_scp__path_esc=")
class TestSshfs:
@pytest.mark.complete("sshfs ./")
def test_1(self, completion):
assert completion
|