Created
March 30, 2025 05:13
-
-
Save graingert-coef/d3a554d6cb5a4a1af5f23790a090aa6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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