unit/test
2023-05-19 18:27:41 +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
njs Tests: added tests for NJS loadable modules. 2023-05-10 13:02:52 +01:00
node Node.js: renamed "require_shim" to "loader". 2021-05-24 09:01:42 +00:00
perl Tests: added Perl test with many responses using streaming body. 2023-03-14 11:06:09 +00:00
php Tests: added more OPcache tests. 2021-12-11 00:16:59 +00:00
python Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
ruby Tests: added tests for Ruby stream IO.close(). 2022-05-13 15:43:57 +01:00
unit Tests: relaxed jar glob. 2023-03-27 13:16:47 -07:00
conftest.py Tests: added tests for NJS loadable modules. 2023-05-10 13:02:52 +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 HTTP: optimizing $request_line. 2023-04-12 11:50:56 +02:00
test_asgi_application.py Tests: added ASGI application with IPv6 address test. 2023-05-19 18:27:07 +01:00
test_asgi_application_unix_abstract.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_asgi_lifespan.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_asgi_targets.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_asgi_websockets.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_client_ip.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_configuration.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_forwarded_header.py Tests: forwarded header replacement tests. 2022-06-20 17:19:35 +08:00
test_go_application.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_go_isolation.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_go_isolation_rootfs.py Tests: app prototype related fixes. 2021-11-09 15:48:44 +03:00
test_http_header.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_java_application.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_java_isolation_rootfs.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_java_websockets.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_njs.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_njs_modules.py Tests: added tests for NJS loadable modules. 2023-05-10 13:02:52 +01:00
test_node_application.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00: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: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_perl_application.py Tests: added Perl test with many responses using streaming body. 2023-03-14 11:06:09 +00:00
test_php_application.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00: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: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_proxy.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_proxy_chunked.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_python_application.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00: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: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_python_isolation.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_python_isolation_chroot.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_python_procman.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_python_targets.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_reconfigure.py Tests: don't try to return response when "no_recv" is True. 2022-10-11 13:49:10 +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: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_return.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_rewrite.py Tests: added tests for the URI rewrite. 2023-05-09 13:52:09 +01:00
test_routing.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_routing_tls.py Tests: migrated to the pytest. 2020-09-16 21:31:15 +01:00
test_ruby_application.py Tests: don't try to return response when "no_recv" is True. 2022-10-11 13:49:10 +01:00
test_ruby_hooks.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_ruby_isolation.py Tests: style. 2022-04-11 21:05:14 +01:00
test_settings.py Tests: added tests for "server_version" option. 2023-05-19 18:27:41 +01:00
test_static.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_static_chroot.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_static_fallback.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_static_mount.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_static_share.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_static_symlink.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_static_types.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_static_variables.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_status.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_status_tls.py Tests: added tests for basic statistics. 2022-09-05 23:06:16 +01:00
test_tls.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_tls_conf_command.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_tls_session.py Tests: fixed session reuse tests. 2021-11-15 12:15:23 +00:00
test_tls_sni.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_tls_tickets.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_unix_abstract.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_upstreams_rr.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_usr1.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00
test_variables.py Tests: switched to using f-strings. 2023-02-21 17:21:29 +00:00