Skip to content

Commit

Permalink
feat(pytest): complete new --import-mode value (#1021)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
  • Loading branch information
calestyo authored Aug 4, 2023
1 parent 8082602 commit 2d636a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/pytest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _comp_cmd_pytest()
return
;;
--import-mode)
_comp_compgen -- -W "prepend append"
_comp_compgen -- -W "prepend append importlib"
return
;;
--capture)
Expand Down

0 comments on commit 2d636a3

Please sign in to comment.