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

Method local_src

test/modules/http2/test_500_proxy.py:17–18  ·  view source on GitHub ↗
(self, fname)

Source from the content-addressed store, hash-verified

15 assert env.apache_restart() == 0
16
17 def local_src(self, fname):
18 return os.path.join(os.path.dirname(inspect.getfile(TestProxy)), fname)
19
20 def setup_method(self, method):
21 print("setup_method: %s" % method.__name__)

Callers 3

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected