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


class TestNcftp:
    @pytest.mark.complete("ncftp ")
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("ncftp -")
    def test_2(self, completion):
        assert completion