Create a conftest.py and add the following code. import pytest @pytest.hookimpl() def pytest_sessionstart(session): print( ...
確定! 回上一頁