Skip to content

Commit 2d636a3

Browse files
authored
feat(pytest): complete new --import-mode value (#1021)
Signed-off-by: Christoph Anton Mitterer <[email protected]>
1 parent 8082602 commit 2d636a3

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
@@ -21,7 +21,7 @@ _comp_cmd_pytest()
2121
return
2222
;;
2323
--import-mode)
24-
_comp_compgen -- -W "prepend append"
24+
_comp_compgen -- -W "prepend append importlib"
2525
return
2626
;;
2727
--capture)

0 commit comments

Comments
 (0)