(self, env)
| 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): |
nothing calls this directly
no test coverage detected