Re: [Mailman-Developers] (no subject)
![](https://secure.gravatar.com/avatar/173371753ea2206b9934a9be1bdce423.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/dbaf195c2af6db8e50751583016180b0.jpg?s=120&d=mm&r=g)
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.
I got the error, i was not aware of the fact that name has to begin with test_ It worked now.
participants (2)
-
Barry Warsaw
-
Sandesh Agrawal