Whether this test is multi-threaded
(self)
| 459 | @property |
| 460 | @abc.abstractmethod |
| 461 | def use_threads(self): |
| 462 | """Whether this test is multi-threaded""" |
| 463 | raise NotImplementedError |
| 464 | |
| 465 | @staticmethod |
| 466 | def check_names(table, names): |
no outgoing calls
no test coverage detected