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

Method _class_scope

test/modules/http1/test_005_trailers.py:12–14  ·  view source on GitHub ↗
(self, env)

Source from the content-addressed store, hash-verified

10
11 @pytest.fixture(autouse=True, scope='class')
12 def _class_scope(self, env):
13 H1Conf(env).add_vhost_cgi(proxy_self=True).install()
14 assert env.apache_restart() == 0
15
16 # check that we get a trailer out when telling the handler to add one
17 def test_h1_005_01(self, env):

Callers

nothing calls this directly

Calls 4

H1ConfClass · 0.85
installMethod · 0.80
add_vhost_cgiMethod · 0.80
apache_restartMethod · 0.80

Tested by

no test coverage detected