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

Method setUp

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

Source from the content-addressed store, hash-verified

23class TestCsCmdLine(unittest.TestCase):
24
25 def setUp(self):
26 merge.DataBag.DPATH = "."
27 self.cscmdline = CsCmdLine('cmdline', {})
28
29 def test_ini(self):
30 self.assertTrue(self.cscmdline is not None)

Callers

nothing calls this directly

Calls 1

CsCmdLineClass · 0.90

Tested by

no test coverage detected