Skip to content

Commit b404f62

Browse files
committed
feat(pytest): complete --vcr-record(-mode) args
1 parent 5feb285 commit b404f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/pytest

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ _pytest()
8585
COMPREPLY=($(compgen -W "{1..$(_ncpus)} auto" -- "$cur"))
8686
return
8787
;;
88-
--dist)
88+
--dist | --vcr-record?(-mode))
8989
_pytest_option_choice_args $prev "$1"
9090
return
9191
;;

0 commit comments

Comments
 (0)