You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Description
I want to show log which generated by logzero into pytest's html report file.
But, only the log use logging have been showed.
What I Did
My log has two different formatter:
logging.info()
directlyWhen I run pytest , two parts are all shows in console.
But, part 2 not show in pytest's report file
in pytest.ini file ,I only set log_cli=1
The text was updated successfully, but these errors were encountered: