Skip to content

Commit ce460de

Browse files
author
Dmytro Parfeniuk
committed
pytest.init_options section is restored
1 parent ca8e553 commit ce460de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,12 @@ ignore_missing_imports=true
9999
line-length = 88
100100
exclude = ["build", "dist", "env", ".venv"]
101101
lint.select = ["E", "F", "W"]
102+
103+
104+
[tool.pytest.ini_options]
105+
addopts = '-s -vvv --cache-clear --cov-report=term-missing --cov --cov-fail-under=75'
106+
markers = [
107+
"smoke: quick tests to check basic functionality",
108+
"sanity: detailed tests to ensure major functions work correctly",
109+
"regression: tests to ensure that new changes do not break existing functionality"
110+
]

0 commit comments

Comments
 (0)