(self)
| 539 | return read_file(self._get_source_path()) |
| 540 | |
| 541 | def _get_source_path(self): |
| 542 | return None |
| 543 | |
| 544 | def skip_predictable(self): |
| 545 | """Returns True if the test case is not suitable for predictable testing.""" |
no outgoing calls
no test coverage detected