Home
last modified time | relevance | path

Searched defs:assertIsNone (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/unittest/
Dcase.py950 def assertIsNone(self, obj, msg=None): member in TestCase
/external/python/cpython3/Lib/unittest/
Dcase.py1220 def assertIsNone(self, obj, msg=None): member in TestCase