content of conftest.py import pytest def pytest_addoption(parser): ... help="my option: type1 or type2" ) @pytest.fixture def cmdopt(request): return ...
確定! 回上一頁