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

Method set_store_dir_default

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

Source from the content-addressed store, hash-verified

131 super().setup_httpd(setup=MDTestSetup(env=self))
132
133 def set_store_dir_default(self):
134 dirpath = "md"
135 if self.httpd_is_at_least("2.5.0"):
136 dirpath = os.path.join("state", dirpath)
137 self.set_store_dir(dirpath)
138
139 def set_store_dir(self, dirpath):
140 self._store_dir = os.path.join(self.server_dir, dirpath)

Callers 2

__init__Method · 0.95
test_md_310_500Method · 0.80

Calls 3

set_store_dirMethod · 0.95
httpd_is_at_leastMethod · 0.80
joinMethod · 0.80

Tested by 1

test_md_310_500Method · 0.64