Test classes should be named by having their name appended with Test These should all be iterated through to find any method that whose name begins with test_
- find classes with names in the form
*Test
- find methods in those classes with names in the form
test_
Test classes should be named by having their name appended with
TestThese should all be iterated through to find any method that whose name begins withtest_*Testtest_