[Mailman-Developers] (no subject)

Barry Warsaw barry at list.org
Wed Jan 16 23:46:16 CET 2013


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


More information about the Mailman-Developers mailing list