Whether this test is multi-threaded
(self)
| 444 | @property |
| 445 | @abc.abstractmethod |
| 446 | def use_threads(self): |
| 447 | """Whether this test is multi-threaded""" |
| 448 | raise NotImplementedError |
| 449 | |
| 450 | @staticmethod |
| 451 | def check_names(table, names): |
no outgoing calls
no test coverage detected