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


class TestPhing:
    @pytest.mark.complete("phing -", require_cmd=True)
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("phing -l ", require_cmd=True)
    def test_2(self, completion):
        assert not completion