]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* test: update of python test framework after integration with mod_md
authorStefan Eissing <icing@apache.org>
Thu, 28 Oct 2021 12:50:02 +0000 (12:50 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 28 Oct 2021 12:50:02 +0000 (12:50 +0000)
commit7b83bd03a93b28ec21be973936ad06c606fbf54f
treec4c537e3e14e6c342c5cc232fec8921ceade94bf
parent045f98d8d2df10c43ba52ebafc4f26b9d8c52f67
 * test: update of python test framework after integration with mod_md
   test suite that should come here soonish.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894599 13f79535-47bb-0310-9956-ffa450edef68
30 files changed:
test/conftest.py
test/modules/core/conftest.py
test/modules/core/test_001_encoding.py
test/modules/http2/conftest.py
test/modules/http2/env.py
test/modules/http2/test_002_curl_basics.py
test/modules/http2/test_003_get.py
test/modules/http2/test_004_post.py
test/modules/http2/test_005_files.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_104_padding.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_201_header_conditional.py
test/modules/http2/test_300_interim.py
test/modules/http2/test_400_push.py
test/modules/http2/test_401_early_hints.py
test/modules/http2/test_500_proxy.py
test/modules/http2/test_501_proxy_serverheader.py
test/pyhttpd/conf.py
test/pyhttpd/conf/httpd.conf.template
test/pyhttpd/config.ini.in
test/pyhttpd/env.py
test/pyhttpd/log.py [new file with mode: 0644]
test/pyhttpd/nghttp.py
test/pyhttpd/result.py