Home
last modified time | relevance | path

Searched refs:failIfEqual (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/lib2to3/fixes/
Dfix_asserts.py17 failIfEqual="assertNotEqual",
/third_party/python/Lib/unittest/
Dcase.py1349 failIfEqual = assertNotEquals = _deprecate(assertNotEqual) variable in TestCase
/third_party/python/Doc/library/
D2to3.rst168 ``failIfEqual(a, b)`` :meth:`assertNotEqual(a, b)
Dunittest.rst1617 :meth:`.assertNotEqual` failIfEqual assertNotEquals
/third_party/python/Lib/unittest/test/
Dtest_case.py1782 (self.failIfEqual, (3, 5)),