summaryrefslogtreecommitdiff
path: root/test/t/test_nsupdate.py
blob: b8a133cb3dcf27fb0232fbb8ef995b7b3c9f9881 (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 -", require_cmd=True)
    def test_2(self, completion):
        assert completion