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


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

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