我尝试使用pytest-timeout,但是它会使每个测试分别超时,而不是整个会话超时。 ... import pytest import time import signal session_should_exit = False def ...
確定! 回上一頁