]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
pytests: Ignore log errors/warnings per function.
authorYann Ylavic <ylavic@apache.org>
Fri, 7 Jul 2023 08:21:21 +0000 (08:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 7 Jul 2023 08:21:21 +0000 (08:21 +0000)
commitac622813b2e8f2546b7a79a63a11dcbdf3a3bd0f
tree612c5c01e5ababb96d0fbe0e8dbb615b38b17773
parent1869205e499c90187a234be7540bf4ffa776b832
pytests: Ignore log errors/warnings per function.

It's easier to control errors at the function scope and it avoids ignored
errors/warnings to propagate to the following tests (i.e. mask further
unexpected errors).

github: closes #371

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910844 13f79535-47bb-0310-9956-ffa450edef68
44 files changed:
test/conftest.py
test/modules/core/conftest.py
test/modules/core/test_001_encoding.py
test/modules/http1/conftest.py
test/modules/http1/env.py
test/modules/http1/test_003_get.py
test/modules/http1/test_004_post.py
test/modules/http1/test_006_unsafe.py
test/modules/http1/test_007_strict.py
test/modules/http2/conftest.py
test/modules/http2/env.py
test/modules/http2/test_007_ssi.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_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_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/conftest.py
test/modules/tls/test_03_sni.py
test/modules/tls/test_06_ciphers.py
test/modules/tls/test_14_proxy_ssl.py
test/modules/tls/test_15_proxy_tls.py
test/pyhttpd/env.py
test/pyhttpd/log.py