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

Method test_idata

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

Source from the content-addressed store, hash-verified

30 self.assertTrue(self.cscmdline is not None)
31
32 def test_idata(self):
33 self.assertTrue(self.cscmdline.idata() == {})
34
35 def test_is_redundant(self):
36 self.assertTrue(self.cscmdline.is_redundant() is False)

Callers

nothing calls this directly

Calls 2

assertTrueMethod · 0.80
idataMethod · 0.80

Tested by

no test coverage detected