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

Method _class_scope

test/modules/http1/test_003_get.py:11–17  ·  view source on GitHub ↗
(self, env)

Source from the content-addressed store, hash-verified

9
10 @pytest.fixture(autouse=True, scope='class')
11 def _class_scope(self, env):
12 H1Conf(env).add_vhost_cgi(
13 proxy_self=True
14 ).add_vhost_test1(
15 proxy_self=True
16 ).install()
17 assert env.apache_restart() == 0
18
19 # check SSL environment variables from CGI script
20 def test_h1_003_01(self, env):

Callers

nothing calls this directly

Calls 5

H1ConfClass · 0.85
installMethod · 0.80
add_vhost_cgiMethod · 0.80
apache_restartMethod · 0.80
add_vhost_test1Method · 0.45

Tested by

no test coverage detected