Im using PyUnit to write unit tests for my code. The installation method is called every time before running any test. Is there a way that I can define a method that will only run once at the beginning before running any tests?
Please help. Thank you.
user897305
source share