mo/meta-tests
2022-01-25 19:01:40 -05:00
..
base.sh Add trivial test, for basic integrity of framework 2022-01-25 18:54:13 -05:00
function-export.sh Add test that all declared functions are inherited when marked for export 2022-01-25 18:54:15 -05:00
function-list.sh Add test that listed functions are the same as actually defined 2022-01-25 18:54:15 -05:00
function-unexport.sh Add test that unmarking for export prevents inheritence by child shell 2022-01-25 18:54:15 -05:00
function-unload.sh Add test that defined functions are properly unloaded 2022-01-25 18:54:15 -05:00
subshell-clean-undeclared.sh Add test that functions are not inherited into clean environment 2022-01-25 18:59:46 -05:00
subshell-clean.sh Add test that declarations are not dependent on inherited environment 2022-01-25 18:54:15 -05:00
subshell-declare-nested.sh Add test that declarations may be propagated to descedant shells 2022-01-25 19:01:40 -05:00
subshell-declare.sh Add test that subshell may process automatically-generated declarations 2022-01-25 18:54:15 -05:00
subshell-export-nested.sh Add test that exported functions are inherited by descendants 2022-01-25 19:01:37 -05:00
subshell-export.sh Add test that functions run in child if exported by parent 2022-01-25 18:54:15 -05:00
subshell-simple.sh Add test that functions are not normally inherited 2022-01-25 18:54:15 -05:00
subshell-source.sh Add test that functions run in child if explicitly imported 2022-01-25 18:54:15 -05:00
subshell-undeclared.sh Add trivial test, that processing fails when tool is not invoked 2022-01-25 18:54:15 -05:00
subshell-unexport-nested.sh Add test that unmarking for export works in child shell from original 2022-01-25 19:01:40 -05:00
subshell-unexport.sh Add test that unmarking functions for export indeed prevents exportation 2022-01-25 18:59:47 -05:00
subshell-usage.sh Add test that generated usage function is equivalent to original 2022-01-25 19:01:40 -05:00