Skip to content

Commit

Permalink
config pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 16, 2023
1 parent 825941d commit 0cd2ed3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,19 @@ write_to = "src/invert4geom/_version.py"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
addopts = [
"-rA",
"--showlocals",
"--strict-markers",
"--strict-config",
"--cov", "--cov-report", "term-missing",
]
xfail_strict = true
filterwarnings = [
"error",
"ignore::DeprecationWarning",
"ignore::PendingDeprecationWarning",
"ignore::FutureWarning",
]
log_cli_level = "INFO"
testpaths = [
Expand Down

0 comments on commit 0cd2ed3

Please sign in to comment.