Loggers don't work with Pytest #8075
Answered
by
RonnyPfannschmidt
harmin-parra
asked this question in
General
-
The Python logging feature doesn't work with Pytest This code doesn't work in Pytest:
|
Beta Was this translation helpful? Give feedback.
Answered by
RonnyPfannschmidt
Nov 25, 2020
Replies: 1 comment
-
https://docs.pytest.org/en/stable/logging.html the log level for pytest testing has to be explicitly set for the testrunner , for example with the --log-level option |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nicoddemus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.pytest.org/en/stable/logging.html
the log level for pytest testing has to be explicitly set for the testrunner , for example with the --log-level option