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

Method assertGreaterEqual

tests/testcase.py:237–238  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

235 self.assertTrue(a > b)
236
237 def assertGreaterEqual(self, a, b):
238 self.assertTrue(a >= b)
239
240 def assertLess(self, a, b):
241 self.assertTrue(a < b)

Calls

no outgoing calls

Tested by

no test coverage detected