(self)
| 1616 | return " ".join(parts) or '(<subtest>)' |
| 1617 | |
| 1618 | def id(self): |
| 1619 | return "{} {}".format(self.test_case.id(), self._subDescription()) |
| 1620 | |
| 1621 | def shortDescription(self): |
| 1622 | """Returns a one-line description of the subtest, or None if no |
nothing calls this directly
no test coverage detected