We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fb78b commit 8729f53Copy full SHA for 8729f53
test/t/test_dcop.py
@@ -2,6 +2,8 @@
2
3
4
class TestDcop:
5
- @pytest.mark.complete("dcop ", require_cmd=True)
+ @pytest.mark.complete(
6
+ "dcop ", require_cmd=True, skipif="! dcop &>/dev/null"
7
+ )
8
def test_1(self, completion):
9
assert completion
0 commit comments