(cls)
| 2905 | |
| 2906 | @classmethod |
| 2907 | def setUpClass(cls): |
| 2908 | with warnings_helper.ignore_fork_in_thread_deprecation_warnings(): |
| 2909 | super().setUpClass() |
| 2910 | cls.pool = cls.Pool(4) |
| 2911 | |
| 2912 | @classmethod |
| 2913 | def tearDownClass(cls): |
no test coverage detected