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


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

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