python selenium unittest 的框架,批量执行大量用例,执行到 3000 多条用例,有些用例执行完了 chromedriver 未退出,导致进程满了,整个测试挂在那里 我在 teardown 里面用了 driver.quit() 了,应该都会退出才对; 请假什么情况会不退出?