We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5feb285 commit b404f62Copy full SHA for b404f62
completions/pytest
@@ -85,7 +85,7 @@ _pytest()
85
COMPREPLY=($(compgen -W "{1..$(_ncpus)} auto" -- "$cur"))
86
return
87
;;
88
- --dist)
+ --dist | --vcr-record?(-mode))
89
_pytest_option_choice_args $prev "$1"
90
91
0 commit comments