This method should NOT be called directly from tests.
(self, method)
| 17190 | result.addSuccess(test_case) |
| 17191 | |
| 17192 | def _callTestMethod(self, method): |
| 17193 | """This method should NOT be called directly from tests.""" |
| 17194 | method() |
| 17195 | |
| 17196 | def run(self, result=None): |
| 17197 | """Overwrite the unittest run() method for Python 3.11 or newer. |