summaryrefslogtreecommitdiff
path: root/test/lib/completions/flake8.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/flake8.exp')
-rw-r--r--test/lib/completions/flake8.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/lib/completions/flake8.exp b/test/lib/completions/flake8.exp
index 469f96ed..146ff04d 100644
--- a/test/lib/completions/flake8.exp
+++ b/test/lib/completions/flake8.exp
@@ -14,5 +14,11 @@ setup
assert_complete_any "flake8 "
sync_after_int
+assert_complete_any "flake8 -"
+sync_after_int
+
+assert_no_complete "flake8 --doesnt-exist="
+sync_after_int
+
teardown