summaryrefslogtreecommitdiff
path: root/test/t/test_python3.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_python3.py')
-rw-r--r--test/t/test_python3.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_python3.py b/test/t/test_python3.py
index b968a34e..a4f6d966 100644
--- a/test/t/test_python3.py
+++ b/test/t/test_python3.py
@@ -33,3 +33,7 @@ class TestPython3:
@pytest.mark.complete("python3 -m sy", require_cmd=True)
def test_8(self, completion):
assert completion
+
+ @pytest.mark.complete("python3 -m json.", require_cmd=True)
+ def test_9(self, completion):
+ assert "json.tool" in completion