Chia-Che Tsai 76967f39d3 Bugfixes: 7 年之前
..
lib 76967f39d3 Bugfixes: 7 年之前
LICENSE 76967f39d3 Bugfixes: 7 年之前
README 76967f39d3 Bugfixes: 7 年之前
auth_basic.t 76967f39d3 Bugfixes: 7 年之前
autoindex.t 76967f39d3 Bugfixes: 7 年之前
dav.t 76967f39d3 Bugfixes: 7 年之前
fastcgi.t 76967f39d3 Bugfixes: 7 年之前
fastcgi_cache.t 76967f39d3 Bugfixes: 7 年之前
fastcgi_header_params.t 76967f39d3 Bugfixes: 7 年之前
gzip.t 76967f39d3 Bugfixes: 7 年之前
gzip_flush.t 76967f39d3 Bugfixes: 7 年之前
http_error_page.t 76967f39d3 Bugfixes: 7 年之前
http_expect_100_continue.t 76967f39d3 Bugfixes: 7 年之前
http_location.t 76967f39d3 Bugfixes: 7 年之前
http_server_name.t 76967f39d3 Bugfixes: 7 年之前
limit_req.t 76967f39d3 Bugfixes: 7 年之前
mail_imap.t 76967f39d3 Bugfixes: 7 年之前
mail_pop3.t 76967f39d3 Bugfixes: 7 年之前
mail_smtp.t 76967f39d3 Bugfixes: 7 年之前
mail_smtp_greeting_delay.t 76967f39d3 Bugfixes: 7 年之前
mail_smtp_xclient.t 76967f39d3 Bugfixes: 7 年之前
memcached.t 76967f39d3 Bugfixes: 7 年之前
memcached_fake.t 76967f39d3 Bugfixes: 7 年之前
not_modified.t 76967f39d3 Bugfixes: 7 年之前
perl.t 76967f39d3 Bugfixes: 7 年之前
perl_gzip.t 76967f39d3 Bugfixes: 7 年之前
proxy.t 76967f39d3 Bugfixes: 7 年之前
proxy_cache.t 76967f39d3 Bugfixes: 7 年之前
proxy_chunked.t 76967f39d3 Bugfixes: 7 年之前
proxy_noclose.t 76967f39d3 Bugfixes: 7 年之前
proxy_store.t 76967f39d3 Bugfixes: 7 年之前
proxy_xar.t 76967f39d3 Bugfixes: 7 年之前
random_index.t 76967f39d3 Bugfixes: 7 年之前
range.t 76967f39d3 Bugfixes: 7 年之前
range_flv.t 76967f39d3 Bugfixes: 7 年之前
rewrite.t 76967f39d3 Bugfixes: 7 年之前
rewrite_unescape.t 76967f39d3 Bugfixes: 7 年之前
scgi.t 76967f39d3 Bugfixes: 7 年之前
secure_link.t 76967f39d3 Bugfixes: 7 年之前
ssi.t 76967f39d3 Bugfixes: 7 年之前
ssi_include_big.t 76967f39d3 Bugfixes: 7 年之前
ssi_waited.t 76967f39d3 Bugfixes: 7 年之前

README

Test suite for nginx.

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

Note: tests run nginx (and backend daemons if needed) listening on localhost
and may use various ports in 8000 .. 8999 range.

Usage:

$ TEST_NGINX_BINARY=/path/to/nginx prove .

By default tests expect nginx binary to be at ../nginx/objs/nginx.

Environment variables:

TEST_NGINX_BINARY

Sets path to nginx binary to be tested, defaults to "../nginx/objs/nginx".

TEST_NGINX_VERBOSE

Be a bit more verbose (in particular, print requests sent and responses
got from nginx). Note that this requires prove -v (or HARNESS_VERBOSE).

TEST_NGINX_LEAVE

If set temporary directory with configs and logs won't be deleted on test
completion. Usefull for debugging.

TEST_NGINX_CATLOG

Cat error log to stdout after test completion. Usefull for debugging.

TEST_NGINX_UNSAFE

Run unsafe tests.

Happy testing!