summaryrefslogtreecommitdiff
path: root/test/lib/completions/python.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/python.exp')
-rw-r--r--test/lib/completions/python.exp48
1 files changed, 0 insertions, 48 deletions
diff --git a/test/lib/completions/python.exp b/test/lib/completions/python.exp
deleted file mode 100644
index be0e8a2d..00000000
--- a/test/lib/completions/python.exp
+++ /dev/null
@@ -1,48 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-assert_complete_any "python "
-sync_after_int
-
-assert_complete_any "python -"
-sync_after_int
-
-assert_no_complete "python -c "
-sync_after_int
-
-assert_complete {"bar bar.d/" foo.d/} "python $::srcdir/fixtures/shared/default/"
-sync_after_int
-
-assert_complete {bar "bar bar.d/" foo foo.d/} "python -c foo $::srcdir/fixtures/shared/default/"
-sync_after_int
-
-assert_no_complete "python -c foo -"
-sync_after_int
-
-assert_no_complete "python -m foo -"
-sync_after_int
-
-assert_complete_any "python -m sy"
-sync_after_int
-
-assert_complete_any "python -m json."
-sync_after_int
-
-assert_complete_any "python -W "
-sync_after_int
-
-assert_complete_any "python -Wa"
-sync_after_int
-
-
-teardown