Skip to content

Commit 34196aa

Browse files
akxWhyNotHugo
authored andcommitted
Move pytest configuration to pyproject.toml
1 parent b7f17aa commit 34196aa

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,11 @@ required-imports = ["from __future__ import annotations"]
9090
exclude_lines = [
9191
"if TYPE_CHECKING:",
9292
]
93+
94+
[tool.pytest.ini_options]
95+
addopts = [
96+
"-vv",
97+
"--cov=barcode",
98+
"--cov-report=term-missing:skip-covered",
99+
"--no-cov-on-fail",
100+
]

setup.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)