We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This does what you'd expect:
import sys import time sys.stdout.write('a') sys.stdout.flush() time.sleep(5) sys.stdout.write('b')
But when I do the equivalent within the extension/plugin, I get a separate line for each test's output. Not sure why.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This does what you'd expect:
But when I do the equivalent within the extension/plugin, I get a separate line for each test's output. Not sure why.
The text was updated successfully, but these errors were encountered: