python - How can I make py.test print stack traces for test failures / errors as they happen? -


Default behavior is to wait until the entire test suite is completed before printing all the stack traces. As per the completion of each test, I can not find an option to print stack trace -s does not help.

checkout :)


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -