Skip to content

Commit 16d7eca

Browse files
committed
ci(pytest): increase verbosity
1 parent 67c69f8 commit 16d7eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
]
5050

5151
[tool.pytest.ini_options]
52-
addopts = "--tb=native --strict-markers --cov=httoop --cov-report=xml --cov-report=term-missing"
52+
addopts = "-s -l -vv --tb=native --strict-markers --cov=httoop --cov-report=xml --cov-report=term-missing"
5353

5454
[tool.setuptools.packages.find]
5555
where = ["."]

0 commit comments

Comments
 (0)