acceptance-testing
acceptance-testing copied to clipboard
Do not commit: Support fish shell completion
Completion tests adaptation for https://github.com/helm/helm/pull/7690 Should only be merged once the helm PR is merged.
This PR originally simply added the word fish
in the necessary completion tests and adapted the tests for some of the plugin completion changes.
It now also allows to actually test fish completions. This required a big refactoring but now we test bash, zsh and fish.
I just learned about Draft PRs 😁