@pytest.mark.asyncio async def test_init_patch_runtime_error() -> None: nest_asyncio.apply() with patch("webrtc.logger") as mock_logger: ...
確定! 回上一頁