Home
last modified time | relevance | path

Searched defs:assert_ (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/cros/
Dmainloop.py136 def assert_(self, arg): member in GenericTesterMainLoop
/external/python/cpython2/Lib/wsgiref/
Dvalidate.py127 def assert_(cond, *args): function
/external/autotest/client/common_lib/
Dtest.py74 def assert_(self, expr, msg='Assertion failed.'): member in base_test
/external/python/cpython2/Lib/unittest/
Dcase.py603 assert_ = assertTrue variable in TestCase