Browse Source

feat: add options of pytest and coverage

dev
Dnomd343 4 weeks ago
parent
commit
1c6aeeb27b
  1. 9
      pyproject.toml

9
pyproject.toml

@ -53,6 +53,15 @@ include = [
"tests",
]
[tool.pytest.ini_options]
addopts = "-ra --tb=long"
testpaths = ["tests"]
[tool.coverage]
run.omit = ["tests/*"]
report.precision = 2
html.title = "Syncplay Bootstrap Coverage"
[tool.hatch.version]
path = "src/syncplay/syncplay/__init__.py"

Loading…
Cancel
Save