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

Method test_core_001_20

test/modules/core/test_001_encoding.py:89–92  ·  view source on GitHub ↗
(self, env, host, path, status)

Source from the content-addressed store, hash-verified

87 ["test2", "/10%25abnormal.txt", 200],
88 ])
89 def test_core_001_20(self, env, host, path, status):
90 url = env.mkurl("https", host, path)
91 r = env.curl_get(url)
92 assert r.response["status"] == status

Callers

nothing calls this directly

Calls 2

mkurlMethod · 0.80
curl_getMethod · 0.80

Tested by

no test coverage detected