Searched defs:addSuccess (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Lib/unittest/test/ | ||
| D | support.py | 65 def addSuccess(self, *args): member in _BaseLoggingResult |
| /third_party/python/Lib/unittest/ | ||
| D | runner.py | 89 def addSuccess(self, test): member in TextTestResult |
| D | result.py | 142 def addSuccess(self, test): member in TestResult |
| /third_party/python/Lib/test/support/ | ||
| D | testresult.py | 117 def addSuccess(self, test): member in RegressionTestResult |