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 bb9efbf commit 43c2737Copy full SHA for 43c2737
pytest.ini
@@ -2,3 +2,6 @@
2
; addopts=-s --cov climetlab --verbose --cov-report xml --cov-report html
3
; addopts=--no-cov
4
addopts=-s --verbose
5
+log_cli = true
6
+; for some reason, "DEBUG" was not accepted to log_cli_level so we use 10
7
+log_cli_level = 10
0 commit comments