summaryrefslogtreecommitdiff
path: root/test/t/test_ping.py
blob: e7c77365e994bad3343f60bd77c309018c3c7f73 (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 -")
    def test_2(self, completion):
        assert completion