Searched refs:assertIsNotClose (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_cmath.py639 self.assertIsNotClose(0.001-0.001j, 0.001+0.001j, abs_tol=1e-03)
H A Dtest_math.py1297 def assertIsNotClose(self, a, b, *args, **kwargs): member in class:IsCloseTests
1307 self.assertIsNotClose(a, b, *args, **kwargs)

Completed in 237 milliseconds