Replies: 1 comment
-
I have done some more playing around but still haven't found a solution that works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to always force the --capture=tee-sys parameter to be passed doing testing though a plugin. Is there a way to do this?
I have tried modifying it using pytest_cmdline_preparse
I also tried to find a way to set the config.capture = "no" but it seems like it has already been loaded before the config is available:
pytest/src/_pytest/capture.py
Line 137 in 556e075
Any suggestions to an way of doing this?
Beta Was this translation helpful? Give feedback.
All reactions