Sorry, I'm not totally sure what it is I'm looking for, but can someone tell me how to best accomplish this?
I have a set of functions that run some test. However, there are some commands that I want to run before and after each test. What is the cleanest way to do this without copying those commands into the beginning and end of every test function?