From 7f26363ccb9a49b5dd7a078a733fb72bf9319feb Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 19 Mar 2013 09:47:46 -0700 Subject: [PATCH] Made testify completion complete method names. --- completions/_testify | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/completions/_testify b/completions/_testify index c16ad590..d74882dd 100644 --- a/completions/_testify +++ b/completions/_testify @@ -3,7 +3,7 @@ _testify() { typeset -A opt_args local context state line - + BASE_TEST_PATH='tests' _arguments "1:testify_file:->file" "2:testify_:->test_case" @@ -24,9 +24,13 @@ _print_test_methods() { python - "$@" <