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