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

Method assertNotAlmostEqual

Lib/unittest/case.py:565–594  ·  view source on GitHub ↗

Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero, or by comparing that the between the two objects is less than the given delta. Note that decimal places (f

(self, first, second, places=None, msg=None, delta=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

test_AlmostEqualMethod · 0.80

Calls 3

_formatMessageMethod · 0.95
safe_reprFunction · 0.85
roundFunction · 0.85

Tested by 2

test_AlmostEqualMethod · 0.64