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 a7fa31b commit e63a940Copy full SHA for e63a940
test/t/test_pyston.py
@@ -6,7 +6,7 @@ class TestPyston:
6
def test_basic(self, completion):
7
assert completion
8
9
- @pytest.mark.complete("pyston -")
+ @pytest.mark.complete("pyston -", require_cmd=True)
10
def test_options(self, completion):
11
12
0 commit comments