diff options
Diffstat (limited to 'test/lib/completions/python.exp')
-rw-r--r-- | test/lib/completions/python.exp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/lib/completions/python.exp b/test/lib/completions/python.exp index c9d70b43..446e3d09 100644 --- a/test/lib/completions/python.exp +++ b/test/lib/completions/python.exp @@ -1,19 +1,20 @@ proc setup {} { save_env -}; # setup() +} proc teardown {} { assert_env_unmodified -}; # teardown() +} setup assert_complete_any "python " +sync_after_int - +assert_complete_any "python -" sync_after_int |