(self, procid)
| 56 | class FakeTest(object): |
| 57 | |
| 58 | def __init__(self, procid): |
| 59 | self.suite = FakeSuite("fake_suite") |
| 60 | self.procid = procid |
| 61 | |
| 62 | self.keep_output = False |
| 63 | |
| 64 | def create_subtest(self, proc, subtest_id, **kwargs): |
| 65 | variant = kwargs['variant'] |