MCPcopy Create free account
hub / github.com/apache/httpd / test_core_001_03

Method test_core_001_03

test/modules/core/test_001_encoding.py:53–56  ·  view source on GitHub ↗
(self, env, path)

Source from the content-addressed store, hash-verified

51 "/006/%2e%2e/006/006.css",
52 ])
53 def test_core_001_03(self, env, path):
54 url = env.mkurl("https", "test1", path)
55 r = env.curl_get(url)
56 assert r.response["status"] == 200
57
58 # check path traversals
59 @pytest.mark.parametrize(["path", "status", "lognos"], [

Callers

nothing calls this directly

Calls 2

mkurlMethod · 0.80
curl_getMethod · 0.80

Tested by

no test coverage detected