summaryrefslogtreecommitdiffstats
path: root/test/modules/http1/test_004_post.py
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-07-07 10:21:21 +0200
committerYann Ylavic <ylavic@apache.org>2023-07-07 10:21:21 +0200
commitac622813b2e8f2546b7a79a63a11dcbdf3a3bd0f (patch)
tree612c5c01e5ababb96d0fbe0e8dbb615b38b17773 /test/modules/http1/test_004_post.py
parentAdd application/vnd.geogebra.slides mime type (diff)
downloadapache2-ac622813b2e8f2546b7a79a63a11dcbdf3a3bd0f.tar.xz
apache2-ac622813b2e8f2546b7a79a63a11dcbdf3a3bd0f.zip
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
Diffstat (limited to 'test/modules/http1/test_004_post.py')
-rw-r--r--test/modules/http1/test_004_post.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/modules/http1/test_004_post.py b/test/modules/http1/test_004_post.py
index d4d5edcbf5..005a8c2fbc 100644
--- a/test/modules/http1/test_004_post.py
+++ b/test/modules/http1/test_004_post.py
@@ -3,7 +3,6 @@ import email.parser
import inspect
import json
import os
-import re
import sys
import pytest