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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dseq_tests.py225 class DoNotTestEq(Exception): class in function:CommonTest.test_contains_order
229 raise DoNotTestEq
234 self.assertRaises(DoNotTestEq, checklast.__contains__, 1)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dseq_tests.py225 class DoNotTestEq(Exception): class in function:CommonTest.test_contains_order
229 raise DoNotTestEq
234 self.assertRaises(DoNotTestEq, checklast.__contains__, 1)

Completed in 64 milliseconds