1 2 3 4 5 6 7
import pytest class TestKpdf: @pytest.mark.complete("kpdf ", cwd="kpdf") def test_1(self, completion): assert completion == sorted("foo/ .eps .ps .EPS .PS .pdf .PDF".split())