MCPcopy Create free account
hub / github.com/apache/cloudstack / setUp

Method setUp

systemvm/test/TestCsRedundant.py:27–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25class TestCsRedundant(unittest.TestCase):
26
27 def setUp(self):
28 merge.DataBag.DPATH = "."
29 self.cmdline = CsCmdLine("cmdline", {})
30
31 def test_init(self):
32 csconfig = CsConfig()

Callers

nothing calls this directly

Calls 1

CsCmdLineClass · 0.90

Tested by

no test coverage detected