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 - "$@" <