(self, out, new_line=False)
| 633 | optionflags=optionflags) |
| 634 | |
| 635 | def _report_item_name(self, out, new_line=False): |
| 636 | if self._item_name is not None: |
| 637 | if new_line: |
| 638 | out("\n") |
| 639 | self._item_name = None |
| 640 | |
| 641 | def report_start(self, out, test, example): |
| 642 | self._checker._source = example.source |
no outgoing calls
no test coverage detected