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

Method assertIsNone

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

Source from the content-addressed store, hash-verified

223
224 if sys.version_info < (2,7):
225 def assertIsNone(self, obj):
226 self.assertEqual(obj, None)
227
228 def assertIsNotNone(self, obj):
229 self.assertNotEqual(obj, None)

Calls

no outgoing calls

Tested by

no test coverage detected