summaryrefslogtreecommitdiffstats
path: root/test/t/test_jq.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_jq.py')
-rw-r--r--test/t/test_jq.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/t/test_jq.py b/test/t/test_jq.py
index 4701414..ca4d0e0 100644
--- a/test/t/test_jq.py
+++ b/test/t/test_jq.py
@@ -28,3 +28,11 @@ class TestJq:
@pytest.mark.complete("jq --slurpfile foo ")
def test_6(self, completion):
assert completion
+
+ @pytest.mark.complete("jq --args ")
+ def test_no_completion_after_args(self, completion):
+ assert not completion
+
+ @pytest.mark.complete("jq --jsonargs foo ")
+ def test_no_completion_after_jsonargs(self, completion):
+ assert not completion