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


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

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