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


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

    @pytest.mark.complete("ip a ")
    def test_2(self, completion):
        assert completion