(self)
| 75 | return self.suite.root / self.path_mjs |
| 76 | |
| 77 | def skip_predictable(self): |
| 78 | # Message tests expected to fail don't print allocation output for |
| 79 | # predictable testing. |
| 80 | return super(TestCase, self).skip_predictable() or self._expected_fail() |
| 81 | |
| 82 | @property |
| 83 | def output_proc(self): |
nothing calls this directly
no test coverage detected