Skip to content

Commit e63a940

Browse files
committed
test(pyston): require command present for options test
The implementation scrapes `-h` output.
1 parent a7fa31b commit e63a940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/t/test_pyston.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class TestPyston:
66
def test_basic(self, completion):
77
assert completion
88

9-
@pytest.mark.complete("pyston -")
9+
@pytest.mark.complete("pyston -", require_cmd=True)
1010
def test_options(self, completion):
1111
assert completion
1212

0 commit comments

Comments
 (0)