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

Method setUpClass

test/systemvm/__init__.py:159–161  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

157class SystemVMTestCase(TestCase):
158 @classmethod
159 def setUpClass(cls):
160 cls.systemvm = SystemVM()
161 cls.systemvm.maybeUp()
162
163 @classmethod
164 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 2

SystemVMClass · 0.85
maybeUpMethod · 0.80

Tested by

no test coverage detected