Is there a way of unning only test_lmtp.py to test lmtp runner or do i
need to do the full test using ./bin/test .

I tried runnign both of the below
./bin/test ./src/mailman/runners/tests/test_lmtp.py/
./bin/py   ./src/mailman/runners/tests/test_lmtp.py

with this added in test_lmtp.py

if __name__ == '__main__':
    unittest.main()

But it did not ran as desired.
What is the correct way of running the unit test for lmtp runner ?
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to