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
when using xdist "-f, --looponfail" and large number of "looponfailroots" folders is set, output in shell is almost useless because you need to scroll each time something changes.
a somewhat expected response would be to set less roots and rearrange project or that i'm doing something wrong.
here is a simple example why this is irrelevant: a project using python and javascript can have various workers generating data and logs which all trigger looponfail.
possible solutions:
allow regex(s) to specify which files/folders should be watched
display "Watching ..." for looponfailroots only once when "py.test -f" starts
The text was updated successfully, but these errors were encountered:
when using xdist "-f, --looponfail" and large number of "looponfailroots" folders is set, output in shell is almost useless because you need to scroll each time something changes.
example output, some content removed:
a somewhat expected response would be to set less roots and rearrange project or that i'm doing something wrong.
here is a simple example why this is irrelevant:
a project using python and javascript can have various workers generating data and logs which all trigger looponfail.
possible solutions:
The text was updated successfully, but these errors were encountered: