Let's assume you write a pytest test case that includes assertions in another thread, like so: from threading import Thread def test_assert(): def run(): ...
確定! 回上一頁