Reputation:
Im using PyUnit to write unit tests for my code. The setup method is called everytime before any test is run. Is there a way i can define a method that will be run just once at the beginning before any tests are run ?
Please Help Thank You
Upvotes: 6
Views: 997