Open
Description
I have been pulling master and had functions that were executing within these hooks and saw what seems to be some unintended behavior. Example file as show below:
testSomething() {
assertTrue "true" "true"
}
setUp() {
echo "setup"
}
tearDown() {
echo "Tear down"
}
oneTimeTearDown() {
echo "One time tear down"
}
. shunit2
Output:
setup
testSomething
Tear down
One time tear down
Ran 1 test.
OK
Tear down
One time tear down
Metadata
Metadata
Assignees
Labels
No labels