(self, test)
| 111 | self.failing_and_slow_first = options.failing_and_slow_first |
| 112 | |
| 113 | def addTest(self, test): |
| 114 | super().addTest(test) |
| 115 | test.is_parallel = True |
| 116 | |
| 117 | def run(self, result): |
| 118 | # The 'spawn' method is used on windows and it can be useful to set this on |