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

Method assertIsNotNone

tests/testcase.py:228–229  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

226 self.assertEqual(obj, None)
227
228 def assertIsNotNone(self, obj):
229 self.assertNotEqual(obj, None)
230
231 def assertIsInstance(self, obj, type):
232 self.assertTrue(isinstance(obj, type))

Calls

no outgoing calls

Tested by

no test coverage detected