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


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

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