Regression: doctests that used to pass are now failing #3410
Labels
plugin: doctests
related to the doctests builtin plugin
type: bug
problem that needs to be addressed
Problem: Doctests that are trying to showcase logging features of the code no longer pass. When running under pytest. They still do pass, when using unittest or doctest runner, but fail when using pytest.
The minimal code to reproduce the bug can be found in this gist:
https://gist.github.com/Paulius-Maruska/055eede98347ee306939d43c35cfe459
The text was updated successfully, but these errors were encountered: