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
In #3176 a --show-capture option was added (part of the reporting section
of the pytest -h helptext), which currently supports a discrete set of
values: {no,stdout,stderr,both}.
I propose to add support for captured logs to --show-capture. This idea
came up in #3204. The list of allowed values should probably be changed to {no,stdout,stderr,log,all}. The show-caputure option should not only be
used in the report generation part of pytest but also when pytest enters
the debugger when --pdb is used (see #3186 and #3210).
The text was updated successfully, but these errors were encountered:
twmr
added a commit
to twmr/pytest
that referenced
this issue
Feb 18, 2018
In #3176 a
--show-capture
option was added (part of thereporting
sectionof the
pytest -h
helptext), which currently supports a discrete set ofvalues:
{no,stdout,stderr,both}
.I propose to add support for captured logs to
--show-capture
. This ideacame up in #3204. The list of allowed values should probably be changed to
{no,stdout,stderr,log,all}
. The show-caputure option should not only beused in the report generation part of pytest but also when pytest enters
the debugger when
--pdb
is used (see #3186 and #3210).The text was updated successfully, but these errors were encountered: