asdf/test
Melissa Xie f79dda865a Include plugin name in error message if plugin doesn't exist
Previously, if we ran a command like `asdf install` and we encountered a
plugin that didn't exist, asdf produces an error saying "No such
plugin". Without knowing which plugin it could be referring too, we'd
have to manually go through each plugin in `.tool-versions` to find the
culprit.

With this commit, we'll now also include the plugin name as part of the
messaging for easier debugging.
2018-04-30 12:49:40 -04:00
..
fixtures Fix many shellcheck issues; ignore a few others 2017-09-04 10:09:47 -04:00
banned_commands.bats Add 'eval' to list of banned commands. 2017-11-16 22:43:52 -05:00
current_command.bats Include plugin name in error message if plugin doesn't exist 2018-04-30 12:49:40 -04:00
get_asdf_config_value.bats AZDF -> ASDF environment variable name spelling 2018-02-27 11:56:04 -08:00
install_command.bats Add installing from a parent directory's .tool-versions 2017-10-10 12:02:42 -05:00
list_command.bats list command without parameter lists all packages with versions 2018-04-16 18:37:22 -04:00
plugin_commands.bats add --urls flag for asdf list-plugins 2018-01-14 19:38:00 +11:00
plugin_list_all_command.bats Fix plugin-list-all test file name and update it for current output 2018-02-25 19:16:35 -05:00
remove_command.bats Include plugin name in error message if plugin doesn't exist 2018-04-30 12:49:40 -04:00
reshim_command.bats Prevent sed from creating -e backup files. Fixes #242 2017-10-26 15:58:45 -04:00
test_helpers.bash Remove extra, unnecessary quoting 2017-10-02 09:51:07 -04:00
uninstall_command.bats Add asdf-plugin-version metadata to shims 2017-07-27 01:26:38 +02:00
update_command.bats Fix tests for update command. 2017-03-17 22:24:34 -04:00
utils.bats Include plugin name in error message if plugin doesn't exist 2018-04-30 12:49:40 -04:00
version_commands.bats Include plugin name in error message if plugin doesn't exist 2018-04-30 12:49:40 -04:00
which_command.bats Include plugin name in error message if plugin doesn't exist 2018-04-30 12:49:40 -04:00