summaryrefslogtreecommitdiff
path: root/test/t/test_kpdf.py
blob: ceee34d3b63feaf8a8f5e9b94f0463c4445615c6 (plain)
1
2
3
4
5
6
7
import pytest


class TestKpdf:
    @pytest.mark.complete("kpdf ", cwd="kpdf")
    def test_1(self, completion):
        assert completion == "foo/ .eps .ps .EPS .PS .pdf .PDF".split()