unit/test
Andrei Zeliankou a3699557a3 Tests: minor improvements.
Added "go" availability check before trying to build an application.

update_action() method used were possible and fixed bug with
the relative path determination in test_static_chroot.py.

Templates optimization and style fixes.
2022-06-30 14:40:17 +01:00
..
go Tests: tmpfs automount. 2020-11-16 17:22:10 +00:00
java Tests: added Java threading tests. 2020-11-05 00:06:13 +03:00
node Node.js: renamed "require_shim" to "loader". 2021-05-24 09:01:42 +00:00
perl Perl: creating input and error streams if closed. 2021-12-27 16:37:35 +03:00
php Tests: added more OPcache tests. 2021-12-11 00:16:59 +00:00
python Tests: forwarded header replacement tests. 2022-06-20 17:19:35 +08:00
ruby Tests: added tests for Ruby stream IO.close(). 2022-05-13 15:43:57 +01:00
unit Tests: minor improvements. 2022-06-30 14:40:17 +01:00
conftest.py Tests: added check for zombie processes. 2022-04-12 04:16:00 +01:00
pytest.ini Tests: hyphen sign used unstead of underscore as more common. 2020-12-12 20:08:03 +00:00
requirements.txt Tests: added "requirements.txt". 2021-11-04 18:13:19 +00:00
test_access_log.py Tests: style. 2021-10-18 01:10:11 +01:00
test_asgi_application.py Tests: removed TestApplicationTLS.get_server_certificate(). 2022-01-31 23:10:30 +00:00
test_asgi_lifespan.py Tests: removed TestApplicationTLS.get_server_certificate(). 2022-01-31 23:10:30 +00:00
test_asgi_targets.py Tests: removed TestApplicationTLS.get_server_certificate(). 2022-01-31 23:10:30 +00:00
test_asgi_websockets.py Tests: style. 2022-04-11 21:05:14 +01:00
test_client_ip.py Tests: reworked client IP tests. 2022-06-20 13:58:04 +08:00
test_configuration.py Tests: style. 2021-10-18 01:10:11 +01:00
test_forwarded_header.py Tests: forwarded header replacement tests. 2022-06-20 17:19:35 +08:00
test_go_application.py Tests: style. 2022-04-11 21:05:14 +01:00
test_go_isolation.py Tests: style. 2022-04-11 21:05:14 +01:00
test_go_isolation_rootfs.py Tests: app prototype related fixes. 2021-11-09 15:48:44 +03:00
test_http_header.py Tests: style. 2022-04-11 21:05:14 +01:00
test_java_application.py Tests: style. 2022-04-11 21:05:14 +01:00
test_java_isolation_rootfs.py Tests: style. 2022-04-11 21:05:14 +01:00
test_java_websockets.py Tests: style. 2022-04-11 21:05:14 +01:00
test_node_application.py Tests: style. 2022-04-11 21:05:14 +01:00
test_node_es_modules.py Tests: removed TestApplicationTLS.get_server_certificate(). 2022-01-31 23:10:30 +00:00
test_node_websockets.py Tests: style. 2022-04-11 21:05:14 +01:00
test_perl_application.py Tests: style. 2022-04-11 21:05:14 +01:00
test_php_application.py Tests: style. 2022-04-11 21:05:14 +01:00
test_php_basic.py Tests: added missing checks for configuration results. 2021-01-14 03:04:20 +00:00
test_php_isolation.py Tests: style. 2021-10-18 01:10:11 +01:00
test_php_targets.py Tests: fixed type of applications. 2021-12-12 21:36:44 +00:00
test_proxy.py Tests: style. 2022-04-11 21:05:14 +01:00
test_proxy_chunked.py Tests: style. 2022-04-11 21:05:14 +01:00
test_python_application.py Tests: added more tests with reconfiguration. 2022-05-09 10:14:29 +01:00
test_python_basic.py Tests: added missing checks for configuration results. 2021-01-14 03:04:20 +00:00
test_python_environment.py Tests: migrated to the pytest. 2020-09-16 21:31:15 +01:00
test_python_isolation.py Tests: style. 2022-04-11 21:05:14 +01:00
test_python_isolation_chroot.py Tests: style. 2022-04-11 21:05:14 +01:00
test_python_procman.py Tests: app prototype related fixes. 2021-11-09 15:48:44 +03:00
test_python_targets.py Tests: fixed type of applications. 2021-12-12 21:36:44 +00:00
test_reconfigure.py Tests: added more tests with reconfiguration. 2022-05-09 10:14:29 +01:00
test_reconfigure_tls.py Tests: removed deprecated ssl.PROTOCOL_TLSv1_2 constant. 2022-06-01 00:15:15 +01:00
test_respawn.py Tests: style. 2022-04-11 21:05:14 +01:00
test_return.py Tests: Added tests for empty "location". 2022-05-16 12:57:37 +02:00
test_routing.py Tests: style. 2022-04-11 21:05:14 +01:00
test_routing_tls.py Tests: migrated to the pytest. 2020-09-16 21:31:15 +01:00
test_ruby_application.py Tests: added tests for Ruby stream IO.close(). 2022-05-13 15:43:57 +01:00
test_ruby_hooks.py Tests: style. 2022-04-11 21:05:14 +01:00
test_ruby_isolation.py Tests: style. 2022-04-11 21:05:14 +01:00
test_settings.py Tests: style. 2022-04-11 21:05:14 +01:00
test_static.py Tests: added tests for "index" (string) option. 2022-05-30 12:42:18 +02:00
test_static_chroot.py Tests: minor improvements. 2022-06-30 14:40:17 +01:00
test_static_fallback.py Tests: removed TestApplicationTLS.get_server_certificate(). 2022-01-31 23:10:30 +00:00
test_static_mount.py Tests: style. 2022-04-11 21:05:14 +01:00
test_static_share.py Tests: style. 2021-10-18 01:10:11 +01:00
test_static_symlink.py Tests: style. 2021-10-18 01:10:11 +01:00
test_static_types.py Tests: removed TestApplicationTLS.get_server_certificate(). 2022-01-31 23:10:30 +00:00
test_static_variables.py Tests: style. 2021-10-18 01:10:11 +01:00
test_tls.py Tests: minor improvements. 2022-06-30 14:40:17 +01:00
test_tls_conf_command.py Tests: style. 2021-10-18 01:10:11 +01:00
test_tls_session.py Tests: fixed session reuse tests. 2021-11-15 12:15:23 +00:00
test_tls_sni.py Tests: minor improvements. 2022-06-30 14:40:17 +01:00
test_tls_tickets.py Tests: style. 2022-04-11 21:05:14 +01:00
test_upstreams_rr.py Tests: style. 2022-04-11 21:05:14 +01:00
test_usr1.py Tests: style. 2022-04-11 21:05:14 +01:00
test_variables.py Tests: improved test for $request_uri variable. 2022-06-01 16:40:27 +01:00