Skip to content

Instantly share code, notes, and snippets.

@graingert-coef
Created March 30, 2025 05:13
Show Gist options
  • Save graingert-coef/d3a554d6cb5a4a1af5f23790a090aa6f to your computer and use it in GitHub Desktop.
Save graingert-coef/d3a554d6cb5a4a1af5f23790a090aa6f to your computer and use it in GitHub Desktop.
[tool.pytest.ini_options]
addopts = [
"--strict-config",
"--strict-markers",
"--cov",
"--cov-report=term-missing:skip-covered",
"--cov-config=pyproject.toml",
]
xfail_strict = true
filterwarnings = [ "error" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment