summaryrefslogtreecommitdiff
path: root/test/t/test_jshint.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_jshint.py')
-rw-r--r--test/t/test_jshint.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_jshint.py b/test/t/test_jshint.py
index 511e7c9d..58049d14 100644
--- a/test/t/test_jshint.py
+++ b/test/t/test_jshint.py
@@ -5,3 +5,7 @@ class TestJshint:
@pytest.mark.complete("jshint ")
def test_1(self, completion):
assert completion
+
+ @pytest.mark.complete("jshint -", require_cmd=True)
+ def test_2(self, completion):
+ assert completion