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

Output text to std* on flush and "\n" #125

Open
throwable-one opened this issue Mar 28, 2017 · 7 comments
Open

Output text to std* on flush and "\n" #125

throwable-one opened this issue Mar 28, 2017 · 7 comments

Comments

@throwable-one
Copy link
Collaborator

See: https://youtrack.jetbrains.com/issue/PY-22505

@throwable-one
Copy link
Collaborator Author

@shalupov Sorry for disturbing you, do you have any estimates on it?

@shalupov shalupov reopened this May 15, 2017
@shalupov
Copy link
Contributor

btw, unittest part is ready

@throwable-one
Copy link
Collaborator Author

@shalupov any news?

@shalupov
Copy link
Contributor

supported for nose

@williamjamir
Copy link

Do you have any estimates for pytest?

@cielavenir
Copy link

cielavenir commented Apr 12, 2018

I investigated a little.
For --capture=sys, maybe we can override SysCapture in https://github.com/pytest-dev/pytest/blob/master/_pytest/capture.py .
However, for --capture=fd, it is implemented using tempfile, which is very difficult to override.

[edit] My point seems wrong; in my case I don't know the test result when pytest crashes (by calling C in testcases). In such case I have no other choice than --capture=no.

@mcarans
Copy link

mcarans commented Oct 25, 2018

Any progress with pytest?

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

No branches or pull requests

5 participants