-
Notifications
You must be signed in to change notification settings - Fork 19
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
Feature Request: Print JSON to stdout #46
Comments
On Linux, you should be able to use |
The to terminal option should also disable Terminal output and ensure io capture is not disabled |
I think that it would also be cool if printing to |
I strongly disagree - having the reportlog output interspersed with normal pytest output sounds like it'd make that output unusable for both machines and humans. |
But do you strongly agree with me that Python is still the best programming language currently? 😜 |
Python can never hope to be the best, but im very happy it's gleefully fun at solving a good chunk of my problems |
From reading through the documentation I didn't see support for printing the json data to stdout. It looks like it currently only supports writing to a file. Could we better support this via a CLI flag?
See the following request proposal as well: pytest-dev/pytest#9704 (comment)
The text was updated successfully, but these errors were encountered: