Skip to content

Commit a27f861

Browse files
author
ks6088ts
committed
add options for pytest
1 parent 7adfca4 commit a27f861

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ ignore = ["D203"]
4343
addopts = "-ra --cov"
4444
testpaths = ["tests"]
4545
pythonpath = ['.']
46+
log_cli = true
47+
log_cli_level = "INFO"
48+
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
49+
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
4650

4751
[tool.coverage.report]
4852
show_missing = true

0 commit comments

Comments
 (0)