import pytest import asyncio @pytest.fixture() def mock_sum(mocker): ... In your own tests you will, of course, need to change the call to ...
確定! 回上一頁