]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
the big pytest test suite sync with trunk
authorStefan Eissing <icing@apache.org>
Thu, 11 Jul 2024 08:18:12 +0000 (08:18 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 11 Jul 2024 08:18:12 +0000 (08:18 +0000)
commit2792b81272f214aadf68d706967c4fa79a2a412e
treebfff5e5889f5d594cd6f5755c6b873cf3991c689
parentac79729eabd467995e9140b49943e0ae6a4ebb29
the big pytest test suite sync with trunk

all the good stuff collected over the aeons now
also in the 2.4.x maintenance branch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919126 13f79535-47bb-0310-9956-ffa450edef68
67 files changed:
test/modules/core/conftest.py
test/modules/core/env.py [new file with mode: 0644]
test/modules/core/test_001_encoding.py
test/modules/core/test_002_restarts.py [new file with mode: 0644]
test/modules/http1/__init__.py [new file with mode: 0644]
test/modules/http1/conftest.py [new file with mode: 0644]
test/modules/http1/env.py [new file with mode: 0644]
test/modules/http1/htdocs/cgi/files/empty.txt [new file with mode: 0644]
test/modules/http1/htdocs/cgi/hello.py [new file with mode: 0755]
test/modules/http1/htdocs/cgi/requestparser.py [new file with mode: 0644]
test/modules/http1/htdocs/cgi/upload.py [new file with mode: 0755]
test/modules/http1/mod_h1test/mod_h1test.c [new file with mode: 0644]
test/modules/http1/mod_h1test/mod_h1test.slo [new file with mode: 0644]
test/modules/http1/test_001_alive.py [new file with mode: 0644]
test/modules/http1/test_003_get.py [new file with mode: 0644]
test/modules/http1/test_004_post.py [new file with mode: 0644]
test/modules/http1/test_005_trailers.py [new file with mode: 0644]
test/modules/http1/test_006_unsafe.py [new file with mode: 0644]
test/modules/http1/test_007_strict.py [new file with mode: 0644]
test/modules/http2/conftest.py
test/modules/http2/env.py
test/modules/http2/test_007_ssi.py
test/modules/http2/test_008_ranges.py
test/modules/http2/test_100_conn_reuse.py
test/modules/http2/test_101_ssl_reneg.py
test/modules/http2/test_102_require.py
test/modules/http2/test_103_upgrade.py
test/modules/http2/test_105_timeout.py
test/modules/http2/test_106_shutdown.py
test/modules/http2/test_200_header_invalid.py
test/modules/http2/test_203_rfc9113.py
test/modules/http2/test_500_proxy.py
test/modules/http2/test_600_h2proxy.py
test/modules/http2/test_700_load_get.py
test/modules/http2/test_712_buffering.py
test/modules/http2/test_800_websockets.py
test/modules/md/conftest.py
test/modules/md/test_300_conf_validate.py
test/modules/md/test_702_auto.py
test/modules/md/test_720_wildcard.py
test/modules/md/test_730_static.py
test/modules/md/test_740_acme_errors.py
test/modules/md/test_741_setup_errors.py
test/modules/md/test_750_eab.py
test/modules/md/test_780_tailscale.py
test/modules/md/test_790_failover.py
test/modules/md/test_900_notify.py
test/modules/md/test_901_message.py
test/modules/md/test_920_status.py
test/modules/proxy/conftest.py
test/modules/proxy/env.py
test/modules/proxy/test_02_unix.py
test/modules/tls/conf.py
test/modules/tls/conftest.py
test/modules/tls/env.py
test/modules/tls/test_02_conf.py
test/modules/tls/test_03_sni.py
test/modules/tls/test_06_ciphers.py
test/modules/tls/test_08_vars.py
test/modules/tls/test_14_proxy_ssl.py
test/modules/tls/test_15_proxy_tls.py
test/modules/tls/test_16_proxy_mixed.py
test/modules/tls/test_17_proxy_machine_cert.py
test/pyhttpd/conf.py
test/pyhttpd/curl.py
test/pyhttpd/env.py
test/pyhttpd/log.py