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
A suggestion: instead of waiting for the process to finish execution (using output.communicate()) it would be nice if tdaemon can actually link its stdin/stdout with test runner's stdin/stdout so I can read the output as the test runner outputs it. Another advantage is that I can interact with the test runner (useful when using ipdb to debug).
I'll implement it and create a PR.
The text was updated successfully, but these errors were encountered:
turicas
added a commit
to turicas/tdaemon
that referenced
this issue
Sep 17, 2015
Hello, @brunobord, thanks for your project! :D
A suggestion: instead of waiting for the process to finish execution (using
output.communicate()
) it would be nice iftdaemon
can actually link its stdin/stdout with test runner's stdin/stdout so I can read the output as the test runner outputs it. Another advantage is that I can interact with the test runner (useful when usingipdb
to debug).I'll implement it and create a PR.
The text was updated successfully, but these errors were encountered: