-
-
Notifications
You must be signed in to change notification settings - Fork 45
tests: unify exec framework #243
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesttechnical-debtRefactoring, linting & tidyingRefactoring, linting & tidyingtestingUnit tests & debuggingUnit tests & debugging
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttechnical-debtRefactoring, linting & tidyingRefactoring, linting & tidyingtestingUnit tests & debuggingUnit tests & debugging
Merge any test using
Bash.compgen/zsh_spec_array/fish_candidates/tcsh_candidatesinto a parameteri[sz]ed test.e.g. replace
test_fish_file_completion(change_dir, test_parser)with:also misc tidy, e.g.:
Bash.compgen->bash_candidates(test: unify exec framework #209)zsh_spec_array->zsh_candidates/CC @ThomasWaldmann