summaryrefslogtreecommitdiff
path: root/test/t/test_phing.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_phing.py')
-rw-r--r--test/t/test_phing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/test_phing.py b/test/t/test_phing.py
index 2e8c1069..973a957d 100644
--- a/test/t/test_phing.py
+++ b/test/t/test_phing.py
@@ -2,10 +2,10 @@ import pytest
class TestPhing:
- @pytest.mark.complete("phing -")
+ @pytest.mark.complete("phing -", require_cmd=True)
def test_1(self, completion):
assert completion
- @pytest.mark.complete("phing -l ")
+ @pytest.mark.complete("phing -l ", require_cmd=True)
def test_2(self, completion):
assert not completion