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

Method make

test/modules/md/md_env.py:32–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 self.add_modules(["watchdog", "proxy_connect", "md"])
31
32 def make(self):
33 super().make()
34 if "pebble" == self.mdenv.acme_server:
35 self._make_pebble_conf()
36 self.mdenv.clear_store()
37
38 def _make_pebble_conf(self):
39 our_dir = os.path.dirname(inspect.getfile(MDTestSetup))

Callers

nothing calls this directly

Calls 2

_make_pebble_confMethod · 0.95
clear_storeMethod · 0.80

Tested by

no test coverage detected