MCPcopy Create free account
hub / github.com/Azure/azure-storage-python / assertIsInstance

Method assertIsInstance

tests/testcase.py:231–232  ·  view source on GitHub ↗
(self, obj, type)

Source from the content-addressed store, hash-verified

229 self.assertNotEqual(obj, None)
230
231 def assertIsInstance(self, obj, type):
232 self.assertTrue(isinstance(obj, type))
233
234 def assertGreater(self, a, b):
235 self.assertTrue(a > b)

Calls

no outgoing calls

Tested by

no test coverage detected