view README @ 17:7e28c64edf55

Tests: reorganize smtp tests (no real changes). Move smtp_greeting_delay tests into separate test file. Embed config into tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 13 Sep 2008 03:37:45 +0400
parents e8edb765595d
children 1059c3002030
line wrap: on
line source

Test suit for nginx.

Use prove to run tests as one usually do for perl tests.  Individual tests
may be run as well.

Note: some tests may fail since they are for bugs not fixed in public code.

Note: tests run nginx listening on localhost, and currently this includes
following ports: 8080, 10025, 10026.

Currently each test creates it's own temporary directory and uses it for
logs etc.  One may instruct tests not to remove the temp directory (e.g.
for analysis of failed test) by setting LEAVE environment variable.