As per the discussion in pytest-dev/pytest#12228, it seems that pytest recommends the addopts setting to be a string (although that is pretty much a temporary hack due to transitory nature of tool.pytest.ini_options).
|
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"] |
As per the discussion in pytest-dev/pytest#12228, it seems that
pytestrecommends theaddoptssetting to be a string (although that is pretty much a temporary hack due to transitory nature oftool.pytest.ini_options).cookie/docs/pages/guides/pytest.md
Line 76 in fea6e2f