Skip to content

Commit 7e3eed0

Browse files
committed
test: log_cli
1 parent 7182163 commit 7e3eed0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ where = ["src"]
5151
addopts = "--cov=ml_project" # CHANGE (name of the importing module name)
5252
testpaths = ["tests"]
5353

54+
log_cli = true
55+
log_cli_level = INFO
56+
5457
[tool.coverage.report]
5558
omit = [
5659
"src/ml_project/_version.py", # CHANGE

0 commit comments

Comments
 (0)