Skip to content

Commit 8a9426e

Browse files
committed
chore: set pytest verbosity in pyproject.toml
1 parent 812242f commit 8a9426e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ markers = [
8787
"billable: marks test as billable (deselect with '-m \"not billable\"')",
8888
]
8989
addopts = "-m 'not billable' --ignore=src"
90+
log_cli = true
91+
log_cli_level = "DEBUG"

0 commit comments

Comments
 (0)