Searched defs:addSkip (Results 1 – 6 of 6) sorted by relevance
| /third_party/protobuf/python/google/protobuf/internal/ | ||
| D | testing_refleaks.py | 68 def addSkip(self, test, reason): member in LocalTestResult |
| /third_party/python/Lib/unittest/test/ | ||
| D | support.py | 73 def addSkip(self, *args): member in _BaseLoggingResult |
| /third_party/python/Lib/unittest/ | ||
| D | runner.py | 85 def addSkip(self, test, reason): member in TextTestResult |
| D | result.py | 146 def addSkip(self, test, reason): member in TestResult |
| /third_party/python/Lib/test/support/ | ||
| D | testresult.py | 113 def addSkip(self, test, reason): member in RegressionTestResult |
| /third_party/python/Tools/unittestgui/ | ||
| D | unittestgui.py | 171 def addSkip(self, test, reason): member in GUITestResult |