Home
last modified time | relevance | path

Searched refs:failIfAlmostEqual (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_unittest2_with.py143 self.failIfAlmostEqual(3.0, 5.0)
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py692 failIfAlmostEqual = _deprecate(assertNotAlmostEqual) variable in TestCase