(worker_pool)
| 81 | |
| 82 | |
| 83 | def get_pids(worker_pool): |
| 84 | # Note that we also capture the pids so the setup_function and teardown_function can |
| 85 | # verify its correctness. |
| 86 | return worker_pool.pids() |
| 87 | |
| 88 | |
| 89 | def assert_scheduled_num(context, num_tasks): |
no test coverage detected