Hi, I generally do print statements or step through the debugger in Eclipse/PyDev to understand how something works.
However, with pytest_xdist I'm not yet able to see the print statements with the -s flag. This shows print statements: $ py.test -v -s This does not: $ py.test -v -s -n 4 How do I see the print statements embedded in my tests? Thanks, jasmine
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
