MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / assertIsNot

Method assertIsNot

Lib/unittest/case.py:821–825  ·  view source on GitHub ↗

Just like self.assertTrue(a is not b), but with a nicer default message.

(self, expr1, expr2, msg=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testAssertIsNotMethod · 0.80

Calls 3

failMethod · 0.95
_formatMessageMethod · 0.95
safe_reprFunction · 0.85

Tested by 2

testAssertIsNotMethod · 0.64