diff --git a/pytest.ini b/pytest.ini index 45cf99a..1627b47 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] -# Increase verbosity and display extra test summary info for tests that did not pass -addopts = --verbose -ra +# Increase verbosity, display extra test summary info for tests that did not pass, +# and enable debug logging +addopts = --verbose -ra --log-cli-level=DEBUG