We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adfca4 commit a27f861Copy full SHA for a27f861
pyproject.toml
@@ -43,6 +43,10 @@ ignore = ["D203"]
43
addopts = "-ra --cov"
44
testpaths = ["tests"]
45
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"
50
51
[tool.coverage.report]
52
show_missing = true
0 commit comments