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

Method test_core_001_01

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

Source from the content-addressed store, hash-verified

36 "/nothing/%2e/%2e%2e/006/006%2ecss",
37 ])
38 def test_core_001_01(self, env, path):
39 url = env.mkurl("https", "test1", path)
40 r = env.curl_get(url)
41 assert r.response["status"] == 200
42
43 # check handling of / normalization
44 @pytest.mark.parametrize("path", [

Callers

nothing calls this directly

Calls 2

mkurlMethod · 0.80
curl_getMethod · 0.80

Tested by

no test coverage detected