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


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

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