Bsh/tests/functions.yml

27 lines
630 B
YAML
Raw Permalink Normal View History

2022-02-08 17:50:03 +00:00
- name: Basic
file: ./tests/functions/basic.sh
- name: Arguments
file: tests/functions/arguments.sh
- name: Funtion in function
file: tests/functions/function_in_function.sh
- name: Arguments hard
file: tests/functions/arguments_hard.sh
- name: Mutilple calls with simple args
file: tests/functions/multiple_calls.sh
- name: Recursive calls
file: tests/functions/recursive_call.sh
- name: Declaration in if
file: tests/functions/declaration_in_if.sh
- name: Use function in other command
file: tests/functions/use_fun_in_other_cmd.sh
- name: Variable in function
file: tests/functions/variable_in_fun.sh