
Jan. 17, 2013
7:46 a.m.
On Jan 17, 2013, at 04:10 AM, Sandesh Agrawal wrote:
I think that the new test function that i need to add to test_lmtp.py has to be added to some configuration file or some base class because while running ./bin/test -vv -t TestLMTP , it runs only 4 tests (for the functions originally defined in test_lmtp.py) and my new function added is ignored. I could not figure out the process of adding a new test function to it.
You shouldn't have to. Name the method test_<whatever>
and testrunner
should find it automatically. If that's not happening, push what you have and
I'll look at it.
-Barry