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
The from_test_case will however ignore the stdout/stderr content if the test did not fail.
So the bug is that the stdout/stderr content is ignored instead of being collected by the parent process. I suspect that the solution to this bug is going to be a little more involved and probably require some small redesign
The parallel test runner seems to swallow the standard output. See the example below.
test_haas_parallel.py:
Running
haas
with the default test runner displays theone
andtwo
messages as expected:Running
haas
with the--runner parallel
option makes them disappear.Python 3.6.5
haas
0.8.0stevedore
1.29.0The text was updated successfully, but these errors were encountered: