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


class TestWget:
    @pytest.mark.complete("wget ")
    def test_1(self, completion):
        assert not completion

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