Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement option for custom output destinations in output.Get() #879

Closed
mbestavros opened this issue Oct 18, 2023 · 0 comments · Fixed by #877
Closed

Implement option for custom output destinations in output.Get() #879

mbestavros opened this issue Oct 18, 2023 · 0 comments · Fixed by #877

Comments

@mbestavros
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant