MCPcopy Create free account
hub / github.com/apache/trafficserver / __init__

Method __init__

tests/gold_tests/cripts/cripts.test.py:34–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32class CriptsBasicTest:
33
34 def __init__(self):
35 self._compiler_location = os.path.join(Test.RunDirectory, "compiler.sh")
36 self.setUpOriginServer()
37 self.setUpTS()
38
39 def setUpOriginServer(self):
40 self.server = Test.MakeOriginServer("server")

Callers

nothing calls this directly

Calls 3

setUpOriginServerMethod · 0.95
setUpTSMethod · 0.95
joinMethod · 0.80

Tested by

no test coverage detected