Skip to content

Commit d14cf0d

Browse files
committed
feat(pytest): complete --record-mode arg
https://github.com/kiwicom/pytest-recording
1 parent ff9e1d3 commit d14cf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ _comp_cmd_pytest()
8686
_comp_compgen -- -W "{1..$REPLY} auto"
8787
return
8888
;;
89-
--dist | --vcr-record?(-mode))
89+
--dist | --record-mode | --vcr-record?(-mode))
9090
_comp_cmd_pytest__option_choice_args "$1" "$prev"
9191
return
9292
;;

0 commit comments

Comments
 (0)