Browse Source

TODO test

main
pvincent 1 week ago
parent
commit
a8c6c4a2a9
  1. 7
      test/miaou-bash.test.bash

7
test/miaou-bash.test.bash

@ -181,6 +181,13 @@ time {
fail_stderr_grep script_not_found "ERROR: script 'doesnt_exist' not found!" fail_stderr_grep script_not_found "ERROR: script 'doesnt_exist' not found!"
fail_stderr_grep no_script 'ERROR: script expected!' fail_stderr_grep no_script 'ERROR: script expected!'
# TODO: I18n tests for:
# /opt/miaou-bash/test/stub/scenario.bash unbound_variable
# /opt/miaou-bash/test/stub/scenario.bash unbound_associative
# /opt/miaou-bash/test/stub/scenario.bash command_not_found
# /opt/miaou-bash/test/stub/scenario.bash source_not_found
# /opt/miaou-bash/test/stub/scenario.bash file_not_found
} }
failed=${#failures[@]} failed=${#failures[@]}
success=$((test_count - failed)) success=$((test_count - failed))

Loading…
Cancel
Save