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
Currently, output.Get() always defaults to creating a new Outputter object that writes to os.Stdout. However, it's possible that a different output channel is desired, especially when conftest is used as a library.
output.Get() should have an option to allow for alternate output channels besides os.Stdout.
The text was updated successfully, but these errors were encountered:
Currently,
output.Get()
always defaults to creating a newOutputter
object that writes toos.Stdout
. However, it's possible that a different output channel is desired, especially when conftest is used as a library.output.Get()
should have an option to allow for alternate output channels besidesos.Stdout
.The text was updated successfully, but these errors were encountered: