Unit tests

has anyone messed with unit tests for nginx code base? i am interested
in writing unit tests for mail proxy module.

thanks

Posted at Nginx Forum:

iceman at 2010-7-22 10:32 wrote:

has anyone messed with unit tests for nginx code base? i am interested
in writing unit tests for mail proxy module.

or
http://mdounin.ru/hg/nginx-tests/


Weibin Y.

22.07.2010, × 6:32, “iceman” [email protected] ÎÁÐÉÓÁÌ(Á):

has anyone messed with unit tests for nginx code base? i am interested
in writing unit tests for mail proxy module.

thanks

This little piece of work might be of help:

On Thu, Jul 22, 2010 at 11:00 AM, Weibin Y. [email protected] wrote:

GitHub - openresty/test-nginx: Data-driven test scaffold for Nginx C module and OpenResty Lua library development
or

Our Test::Nginx is also on CPAN:

http://search.cpan.org/perldoc?Test::Nginx

But it’s merely for HTTP protocol testing, not email protocols.

Cheers,
-agentzh