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


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

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